Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T19:03:23.000Z (4 months ago)
- Last Synced: 2024-10-29T21:18:21.643Z (3 months ago)
- Topics: microsoft-graph, microsoft365, office365, office365-sdk, onedrive, onenote, outlook, outlook-365, php, sdk, sharepoint, teams
- Language: PHP
- Homepage:
- Size: 19.3 MB
- Stars: 361
- Watchers: 25
- Forks: 117
- Open Issues: 107
-
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
```