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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle