Download the PHP package miguel_costa/office365api without Composer
On this page you can find all versions of the php package miguel_costa/office365api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download miguel_costa/office365api
More information about miguel_costa/office365api
Files in miguel_costa/office365api
Package office365api
Short Description First test of connection to Microsoft Graph API 1.0
License MIT
Homepage https://github.com/Miguel_Costa/Office365API
Informations about the package office365api
Office 365 Graph API Connection Oauth2 Laravel 5
This is the first test of a package to Laravel 5 , actually is already working, is getting the connection to the Microsoft Graph api correctly, as soon as i can i will document this file better, The purpose of the project is getting bigger and extends the classes with all the options of their API (send emails, read emails, control the calendar, create events, create users, etc).
Install
Via Composer
Add the provider in the file app.php at folder config
Publish the config file in your folder config/Office365API.php
Finally, configure the file Office365API.php at config folder with your credentials of your API at Microsoft Dev Portal App Registration Portal
Usage
Get the connection at the blade view: The connection saves an Session variable of the username and email, so after making the connection you can access the variables like that:
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email "[email protected]" instead of using the issue tracker.
Credits
- [Miguel Costa][https://github.com/killmi]
- All Contributors
License
The MIT License (MIT). Please see License File for more information.