Microsoft Teams, Graph API, PHP, and Laravel (and you)
Nov 9, 2020
Microsoft Teams is one of the popular business chat apps out there right now. And they have a lot of great ways to integrate with their data. However, their documentation is very expansive and you can get lost if you’re trying to do something simple. To help with that, I decided to write some posts the break some easy ways you can integrate with Teams using PHP and the Laravel framework.
- First, we need to get credentials from Microsoft so we can make calls to their Graph API. So I show how to create a Teams app and get those values.
- Next, we set up our Teams app and go through the Microsoft oAuth process to get some user information.
- Then, a discussion about the various “scopes” that Microsoft offers, and how to get some data about a user’s Teams and Channels.