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

I'm seeing this error when I try to connect to upload files. Any idea on how it can be resolved?

question

I have tried to look everywhere to find a solution. How do you include this inside a Wordpress Plugin, with out the composer. I've tried making it work on a...

question

i have a document library as list. how can i to add new row to document library? i tried this: $web = $this->connect->getWeb(); $conn = $this->connect; $list = $web->getLists()->getByTitle($list); $itemProperties...

question

Greetings! I try to upload pictures to a specific list(SP2013) via php(5.6+). I use ntlm connect, because the other one throws "partner DNS..." error. I can see lists, and list...

question

Hello Sir, I am able to upload the file to my site and set the meta data, but I also want to set ContentType property, how do I do that...

question

I installed phpSPO library in Windows server and want to download a file from Sharepoint Documents folder, which needs credential to login. I use user credentials auth to get the...

question

When I include require_once 'vendor/autoload.php' i found below error : Fatal error: Uncaught Error: Class 'AuthenticationContext' How can i get a list of the item using SharePoint rest API?

question

An uncaught Exception was encountered Type: Error Message: Call to a member function getSegment() on null Filename: C:\wamp64\www\rest\vendor\vgrem\php-spo\src\Runtime\ClientObject.php Line Number: 235 While executing CAML Query above error is coming I...

question

Hi All, I am trying to integrate this library to my laravel 6.x code. I have Microsoft SharePoint credentials for user who have access to a "specific site" within and...

question

Hello, I was able to read files from a public folder using **List** and this gives me these kind of links: https://abc.sharepoint.com/:b:/s/public/EUjICsF4mzNJkciYvPlcuGkB2JMPVpBJo_ud9GlJvOnpKg Anyone can download this link and NOT requires...

question