msgraph-sdk-php icon indicating copy to clipboard operation
msgraph-sdk-php copied to clipboard

Microsoft Graph Library for PHP.

Results 126 msgraph-sdk-php issues
Sort by recently updated
recently updated
newest added

This release contains model bug fixes and the following improvements: - Authentication Provider that handles token fetching and refresh behind the scenes for you: ```php use Microsoft\Kiota\Authentication\Oauth\AuthorizationCodeContext; use Microsoft\Kiota\Authentication\PhpLeagueAuthenticationProvider; $tokenRequestContext...

announcement

This is because we call `sendNoContentAsync` instead of `sendAsync()` ![image](https://user-images.githubusercontent.com/10958912/173320008-405d152f-37e0-4843-8740-418187cd1653.png)

bug
v2: feedback

Hi, can anyone give me an example hot to read the content of EML attachment in MIME format? Kind regards

question

Current Snippets with issues. - [Issue 1](https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/api-reference/beta/includes/snippets/php/create-directoryobject-from-device-2-php-snippets.md) - [Issue 2](https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/api-reference/beta/includes/snippets/php/create-homerealmdiscoverypolicy-from-homerealmdiscoverypolicies-php-snippets.md) - [ ] Missing body when body should be there. [Post Home Realm](https://docs.microsoft.com/en-us/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0&tabs=http#request) - [Issue 3](https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/api-reference/beta/includes/snippets/php/create-list-php-snippets.md) - [x] PHP Reserved...

kiota

We're currently supporting PHP 7.3 in the v1 SDK which is no longer receiving active/security support. https://www.php.net/supported-versions.php We should at least bump up to PHP 7.4 which is no longer...

ToTriage

There is a problem when using using method chaining on models that is caused by using class inheritance. The methods of each classes 'set' methods return $this which is great...

enhancement

Sorry again, to maybe ask another stupid question. But how can i get the Email-Address of all attendees of an event? I want to learn and always try myself first,...

ToTriage