https://github.com/vgrem/phpspo
Microsoft 365 Library for PHP.
https://github.com/vgrem/phpspo
microsoft-graph microsoft365 office365 office365-sdk onedrive onenote outlook outlook-365 php sdk sharepoint teams
Last synced: 5 months ago
JSON representation
Microsoft 365 Library for PHP.
- Host: GitHub
- URL: https://github.com/vgrem/phpspo
- Owner: vgrem
- License: mit
- Created: 2014-05-23T14:19:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T21:03:15.000Z (9 months ago)
- Last Synced: 2025-05-14T08:06:05.107Z (5 months ago)
- Topics: microsoft-graph, microsoft365, office365, office365-sdk, onedrive, onenote, outlook, outlook-365, php, sdk, sharepoint, teams
- Language: PHP
- Homepage:
- Size: 18.5 MB
- Stars: 367
- Watchers: 24
- Forks: 119
- Open Issues: 110
-
Metadata Files:
- Readme: README-Dev.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Installing dependencies
Enable the following extensions:
- [PHP cURL](https://www.php.net/manual/en/book.curl.php)
- [DOM](https://www.php.net/manual/en/book.dom.php)
- [Multibyte String](https://www.php.net/manual/en/book.mbstring.php)On Linux (Ubuntu):
```
apt-get install php-curl
apt-get install php-dom
apt-get install php-mbstring
```# Running tests
```
vendor/bin/phpunit --bootstrap tests/bootstrap.php --no-configuration tests/sharepoint
```