msgraph-sdk-php
msgraph-sdk-php copied to clipboard
Microsoft Graph Library for PHP.
Static analysis checks with PHPStan 2.0 fail due to a "bad" parameter used in our phpstan.neon. We need to update it & fix any new issues flagged by PHPStan 2.0...
:robot: I have created a release *beep* *boop* --- ## [2.53.0](https://github.com/microsoftgraph/msgraph-sdk-php/compare/v2.52.0...v2.53.0) (2025-12-17) ### Features * **generation:** update request builders and models ([adf9205](https://github.com/microsoftgraph/msgraph-sdk-php/commit/adf920560b7b804d2e629e03582ba380384f4278)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please)....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum...
Hello everyone! I've successfully implemented a proof of concept for an application with Authorization Code Flow. Calling the code below by browser, shows expected informations, BUT when one reloads the...
### Describe the bug When you try to fetch staff members of a booking business where one staff member has the **Team Member** role, the request fails with the error...
### Describe the bug I am creating Online Meetings for users. For some users, this works fine. For others it does not. Basic details are passed to create the meeting,...
### Describe the bug The following Microsoft Graph API endpoint: `https://graph.microsoft.com/v1.0/users/{{azureUserId}}?$select=userType` returns ``` { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users(userType)/$entity", "userType": "Member" } ``` However, the `Microsoft\Graph\Generated\Models\UserType` generated enum of the SDK contains `public...
### Is your feature request related to a problem? Please describe the problem. I am trying to rename my managed devices as in Intune. ### Describe the solution you'd like....
I installed this package on a new project using the Laravel Inertia Starter Kit. Before installing this package, Laravel responded quickly to errors. However, after installing this package, Laravel took...
I am using perfex crm which is based on PHP and Codeigniter 3 What i want to know Is there any Teams audio calling feature using graph api via PHP...