thesoftwarefarm/graph-teams-sdk

The Microsoft Teams SDK for PHP

0.1.5 2021-08-04 07:10 UTC

This package is not auto-updated.

Last update: 2024-05-08 20:13:11 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