Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Microsoft Graph Laravel Package

microsoft/microsoft-graph

View on GitHub
Deep Wiki
Context7

FAQ

What resources are available through the Microsoft Graph API?

The MS Graph documentation contains a Table of Contents listing all the available resources in both v1 and beta branches

My access token is invalid

Read over the guide to app authentication with Graph. Azure has also published several articles on authenticating using several different application types and endpoints.

My access token is valid, but I receive an error that I do not have sufficient privileges to access a resource

When you authenticate against Graph, you will have to specify which scopes you want. Some of these scopes require admin consent. Consult the Permission scopes documentation as well as the prerequisite scope of the resource you are trying to access. For example,

One of the following scopes is required to execute this API: Calendars.ReadWrite

I cannot add query parameters to my request

Make sure that you either use single quotes around your endpoint or escape your "$"

$graph->createCollectionRequest("GET", "/me/messages?\$select=subject");

or

$graph->createCollectionRequest("GET", '/me/messages?$select=subject');

I'm having issues with ____. Is this a known issue?

Check the Known issues page first if you are getting request errors. If you are still looking for troubleshooting, try asking your question on StackOverflow

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky