Registry / http-client / microsoft-microsoft-graph

microsoft-microsoft-graph

JSON →
library3.2.0phppackagistunverified

The Microsoft Graph SDK for PHP.

composer require microsoft/microsoft-graph
INSTALL
IMPORT
SIG · MICROSOFT-MICROSOF
M
microsoft-microsoft-graph
http-clientphpv3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Graph
use Microsoft\Graph\Graph;

Initialize the Graph client and fetch the current user.

use Microsoft\Graph\Graph; $graph = new Graph(); $graph->setAccessToken('your-token'); $user = $graph->createRequest('GET', '/me')->execute();
Debug
Known issues
breakingRequires PHP 7.4+.
fix
Upgrade to PHP 7.4 or higher.
affects: >=3.0.0
Upgrade
Version history
3.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
2
Resources
microsoft-microsoft-graph — pip install microsoft-microsoft-graph · libregistry