2017 © Pedro Peláez
 

library o365graph-sdk

A php library for Office365 Graph API

image

ugursogukpinar/o365graph-sdk

A php library for Office365 Graph API

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 16 % Grown

The README.md

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., (*1)

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

Documentation

The Versions

10/06 2016

dev-master

9999999-dev

A php library for Office365 Graph API

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

office365 graph api office365 php