PHPackages                             wearearchitect/sharepoint-oauth-app-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. wearearchitect/sharepoint-oauth-app-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

wearearchitect/sharepoint-oauth-app-client
==========================================

SharePoint OAuth App Client

v0.9.101(10y ago)156.1k25[1 issues](https://github.com/wearearchitect/sharepoint-oauth-app-client/issues)[1 PRs](https://github.com/wearearchitect/sharepoint-oauth-app-client/pulls)MITPHPPHP &gt;=5.4.0

Since Apr 10Pushed 9y ago17 watchersCompare

[ Source](https://github.com/wearearchitect/sharepoint-oauth-app-client)[ Packagist](https://packagist.org/packages/wearearchitect/sharepoint-oauth-app-client)[ Docs](https://github.com/wearearchitect/sharepoint-oauth-app-client)[ RSS](/packages/wearearchitect-sharepoint-oauth-app-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (14)Used By (0)

SharePoint OAuth App Client
===========================

[](#sharepoint-oauth-app-client)

The **SharePoint OAuth App Client** is a [PHP](http://www.php.net) library that makes it easy to authenticate via [OAuth2](http://oauth.net/2/) with the SharePoint Online (2013) REST API and work with **Lists**, **Folders**, **Items**, **Files** and **Users**.

This library aims for [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) standards compliance.

Requirements
------------

[](#requirements)

- [PHP](http://www.php.net) 5.4+
- [Guzzle](https://packagist.org/packages/guzzlehttp/guzzle)
- [PHP-JWT](https://packagist.org/packages/firebase/php-jwt)
- [Carbon](https://packagist.org/packages/nesbot/carbon)

Installation
------------

[](#installation)

```
composer require "wearearchitect/sharepoint-oauth-app-client:0.9.*"
```

Basic usage example
-------------------

[](#basic-usage-example)

```
