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

Hi there, first of all, thank you very much for maintaining this code base, I can tell there's a lot of effort going into this! My question is with regards...

enhancement
question

Dear Vadim, I want to upload files to SharePoint using your library, I ran "FilesExamples.php" under folder "phpSPO\vendor\vgrem\php-spo\examples\SharePoint" and it displayed an error message "Error: Protocol "" not supported or...

question

I can log into the sharepoint site fine from a browser. Using the same credentials and URL with examples/SharePoint/ConnectExample.php results in this error: AADSTS50059: No tenant-identifying information found in either...

question

what is real reason of this error? I've changed line 109 in SamlTokenProvider.php from: _$nodeErr = $xpath->query("//S:Fault/S:Detail/psf:error/psf:internalerror/psf:text")->item(0);_ to: _$nodeErr = $xpath->query("//S:Fault/S:Detail")->item(0);_ because before change I had : Fatal error: Call...

question

I can list documents in a folder/list: $files = $list->getRootFolder()->getFiles()->expand('ListItemAllFields'); I can also get all custom properties: $properties = $file->getListItemAllFields(); The problem is, that some properties only content an ID...

question

Hi, Its not so much an issue but more of a request for guidance on how I might authenticate at the start then use a token for subsequent requests. The...

enhancement
question

Hi, is it possible to use this API without Composer? I'm trying to write PHP applications for our intranet and we're thinking of using our SharePoint credentials so that everyone...

I am trying to connect to a Sharepoint Online instance as a specific user and then get the notes: My code is as follows: `

question

How can I get permissions for a specific folder? for example, to check whether a user can upload file to this folder or not.

question

I created a class for use the of list, here is part of the class: ``` ``` My question is: How I can use the calendar API? with that library...

question