PHP-SharePoint-Lists-API icon indicating copy to clipboard operation
PHP-SharePoint-Lists-API copied to clipboard

A simple PHP API to make working with SharePoint lists easy.

Results 62 PHP-SharePoint-Lists-API issues
Sort by recently updated
recently updated
newest added

![SharePointOnlineAuth php_line_101](https://user-images.githubusercontent.com/82769397/172185976-79032371-7df4-4382-8b2d-eaa453038a07.png) I'm getting a fatal error: Uncaught TypeError: Exception::__construct(): Argument #2 ($code) must be of type int, string given in

![exception](https://user-images.githubusercontent.com/13519944/51399440-fce7a180-1b6b-11e9-99a3-7df974ceef68.png) How to resolve this error?

I am getting this error when I am trying to read a list. I am reading from a SharePoint Online List. This used to work earlier, but I am getting...

Hi all, Thanks you for this API, i needed an API for my laravel website and you answered my request. I've just a problem to create a folder or a...

Hey, first of all thank you for this project. I use it to read and add row in list and it works great. But now I need to add a...

How do I correctly add a "person" in a "person" field of a sharepoint list? I've tried using the user-id, the full name and the emailadress of the user ....

Hi, Thanks for the great API. My sharepoint site has folders in which several documents are present. Normally when I run these: `$data = $sp->read('Documents');` On var dump I get...

I can read and update, but function delete not working with sharepoint ONLINE: $sp->delete('','') ¿?

Hi, I'm sure about my credentials, it's an email and an alphanuméric password. What ever i try to check i have this 👍 `PHP Notice: A non well formed numeric...

Is there a way to "check in" a file using this library? I migrated a Network Share to Sharepoint, via WEBDAV but because it's a versioning file system all of...