├── License.txt ├── SharePointAPI.php ├── composer.json ├── readme.md └── src └── Thybag ├── Auth ├── SharePointOnlineAuth.php ├── SoapClientAuth.php └── StreamWrapperHttpAuth.php ├── Service ├── ListService.php └── QueryObjectService.php └── SharePointAPI.php /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/License.txt -------------------------------------------------------------------------------- /SharePointAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/SharePointAPI.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/composer.json -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/readme.md -------------------------------------------------------------------------------- /src/Thybag/Auth/SharePointOnlineAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/src/Thybag/Auth/SharePointOnlineAuth.php -------------------------------------------------------------------------------- /src/Thybag/Auth/SoapClientAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/src/Thybag/Auth/SoapClientAuth.php -------------------------------------------------------------------------------- /src/Thybag/Auth/StreamWrapperHttpAuth.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/src/Thybag/Auth/StreamWrapperHttpAuth.php -------------------------------------------------------------------------------- /src/Thybag/Service/ListService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/src/Thybag/Service/ListService.php -------------------------------------------------------------------------------- /src/Thybag/Service/QueryObjectService.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/src/Thybag/Service/QueryObjectService.php -------------------------------------------------------------------------------- /src/Thybag/SharePointAPI.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thybag/PHP-SharePoint-Lists-API/HEAD/src/Thybag/SharePointAPI.php --------------------------------------------------------------------------------