thesoftwarefarm / graph-teams-sdk
The Microsoft Teams SDK for PHP
Installs: 262
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thesoftwarefarm/graph-teams-sdk
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: 2025-10-23 02:49:20 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