thesoftwarefarm / graph-teams-sdk
The Microsoft Teams SDK for PHP
0.1.5
2021-08-04 07:10 UTC
Requires
- php: ^7.4 || ^8.0
- guzzlehttp/guzzle: ^6.0 || ^7.0
- illuminate/support: ^7.0 || ^8.0
- tsfcorp/support: ^0.0.1
This package is not auto-updated.
Last update: 2024-11-06 22:21:52 UTC
README
Lets you create users and events.
Installation
Require this package in your composer.json
. Run the following command:
composer require thesoftwarefarm/graph-teams-sdk
After updating composer, the service provider will automatically be registered and enabled, along with the facade, using Auto-Discovery
Next step is to run the artisan command to bring the config into your project
php artisan vendor:publish --provider="TheSoftwareFarm\MicrosoftTeams\MicrosoftTeamsServiceProvider" --tag=config
Update config/microsoft_teams.php