SPOIL (SharePoint Online Inquiry Library) is a PHP library for SharePoint Online (2013) and SharePoint for Office 365.
Currently supported are SharePoint Lists, Folders, Items, Files, RecycleBinItems, RecycleBinItemCollections and Users.
The library aims to comply with the PSR-2 and PSR-4 standards.
- PHP 5.5+
- HTTP Message related tools
- PHP-JWT
- Carbon
- A package that provides php-http/client-implementation
composer require "impensavel/spoil"
TIP: This library isn't coupled to a specific HTTP client! Read the SPSite documentation for more information.
- SPSite
- SPAccessToken
- SPContextInfo
- SPList
- SPItem
- SPFolder
- SPFile
- SPRecycleBinItem
- SPRecycleBinItemCollection
- SPUser
Instructions on how to generate SharePoint credentials.
Common issues and how to solve them.
The MIT License (MIT). Please see License File for more information.