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.
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle
dmstr/api-platform-utils-bundle
dmstr/api-configuration-bundle
chrisdev/ux-components
baks-dev/finances
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle