Download the PHP package plokko/laravel-msgraph without Composer
On this page you can find all versions of the php package plokko/laravel-msgraph. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-msgraph
Laravel Microsoft Graph API
Installation
Install with composer
composer require plokko/laravel-msgraph
Laravel >=5.5 should auto discover and register the required services.
If you have laravel <5.5 you need to manually register the provider in your /config/app.php
Configuration
User
Get user
You can get information about an user by id
or by principal name
List users
Count users
You can count the users like the list users
Create user
Update user
Delete user
User can be deleted by id
or by principal name
All versions of laravel-msgraph with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
league/oauth2-client Version ^2.6
microsoft/microsoft-graph Version ^1.52
league/oauth2-client Version ^2.6
microsoft/microsoft-graph Version ^1.52
The package plokko/laravel-msgraph contains the following files
Loading the files please wait ....