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

0.1.5 2021-08-04 07:10 UTC

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