ugursogukpinar / o365graph-sdk
A php library for Office365 Graph API
dev-master
2019-01-04 14:19 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-02-05 04:16:29 UTC
README
#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' ];