phpSPO icon indicating copy to clipboard operation
phpSPO copied to clipboard

Microsoft 365 Library for PHP.

Results 119 phpSPO issues
Sort by recently updated
recently updated
newest added

Hey, Would it be possible to provide some code on how to view, add and edit calendar events? Thank you, Daniel

question

Hi! There are no examples how to use OneDrive. Could you provide some snippets/examples how to use OneDrive ?

question

Hey, Is it possible to modify the limit of 10 messages in getMessages action? I cannot find anything related to this in documentation or source code. Apparently you can add...

question

Connection works Reading list items works Connecting to a SharePoint 2013 site. When I attempt to add items I get these errors: > Warning: First parameter must either be an...

Hi All, I'm attempting to connect to a SharePoint Online site with valid credentials however when I execute the acquireTokenForUser method it's failing with "the entered and stored passwords do...

Hi Sir, When I try to login onto my SP server I get this issue "The partner DNS used in the login request cannot be found." In my site is...

I need to upload a file to share point and using example provided done this: `

question

I get this error Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/www.myDomain.dk/vendor/vgrem/php-spo/src/Runtime/Http/Requests.php on line 137 So I thought, is phpSPO ready for PHP...

enhancement

Hello, I have read that are some issues to read may items from sharepoint? I have tested with 500 and it seams to work for me. Are there any limitations...

question

Your composer example tells people to install an older version: { "require": { "vgrem/php-spo": "^2.4" } } but this will produce warnings on newer PHP installs around deprecated commands. You...

enhancement