Skip to content

ugursogukpinar/o365graph-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#O365Graph-Sdk

Introduction

O365Graph-Sdk is a php sdk for Microsoft Graph API which was documented here. It allows to you manage your Office365 tenant with your daemon applications. Before you start, you should read this article to create credentials.

    $credentials = [
        'tenant_id' => '<tenant_id>',
        'client_id' => '<client_id>,
        'client_secret' => '<client_secret>',
        'grant_type' => 'client_credentials',
        'resource' => 'https://graph.microsoft.com'
    ];

Documentation

About

A php library for office365 Graph API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages