PHP-SharePoint-Lists-API
PHP-SharePoint-Lists-API copied to clipboard
A simple PHP API to make working with SharePoint lists easy.
 I'm getting a fatal error: Uncaught TypeError: Exception::__construct(): Argument #2 ($code) must be of type int, string given in
 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...