Skip to content
Caitlin Bales (MSFT) edited this page Jan 10, 2018 · 2 revisions

Microsoft Graph SDK Wiki

What is Microsoft Graph?

Microsoft Graph is a unified endpoint for accessing data, intelligence, and insights coming from the Microsoft cloud. You can find more information at graph.microsoft.io

Why an SDK?

Users can begin developing immediately by connecting with the REST API directly if they desire. If you are interested in diving right in to Graph data, the SDK provides a few shortcuts:

  • HTTP logic is written for you so you reduce the amount of boilerplate you need to get started
  • The SDK gives you access to PHP objects that you can use to access and update instead of working directly with JSON
  • An extra layer of error handling and intelligent defaults helps you debug your application

Get started

View the getting started page to make your first request with Graph. Or view the methods page to see everything you can do with the library

Support

View the contributions page for more information on submitting a pull request.

Bugs are filed and monitored in GitHub issues.

You can also ask developers and the community Graph-related questions on Stack Overflow