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

Very seldom I get an `ErrorException` when using php-spo because one of the response header lines does not contain a `:` character. This happened ~8 times in the last 2...

enhancement

Thanks for the library. Works amazing for sharepoint sites. However for Personal Onedrive for business is where I'm getting stuck at,. The thing I like about using SPO is that...

question

When I use ssl_read in loop, when there is no data left on the server it hangs for few min or infinitely and then returns -1 I am new to...

question

I am using the latest version of 3.1.1 and SharePoint online. The only working snippet I got using this library is below - I can retrieve the root list of...

question

Have been using phpSPO for a while and its working fine except for excel files produced using phpoffice\phpspreadsheet. When I use the example code to upload sometimes when trying to...

question

Hi i am trying to create a multichoice metadata type and set the values. i have tried to use the FieldCreationInformation. $metadataName = 'new metadata'; $library = $this->credentials->getWeb()->getLists()->getByTitle($dir); $array[] =...

question

Hey, using your application since some days. It's working great, thank you fo the effort! Now I'm wondering, if following request is possible: `https://domain.com/name/name/_api/web/getuserbyid(23)` It's working in Postman, but i...

question

Hello, The developer, @vgrem has already provided comments on how to check if a folder exists in [issue 241](https://github.com/vgrem/phpSPO/issues/241). However, this doesn't appear to work if the SharePoint file/folder name...

bug

Referring to the 3.0.1 change that meant the old getItems() now only returns 100 items and the replacement is a getAll(). I note from the notes the suggested method is:...

bug