Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```