PHPackages                             owncloud/libre-graph-api-php - 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. [API Development](/categories/api)
4. /
5. owncloud/libre-graph-api-php

ActiveLibrary[API Development](/categories/api)

owncloud/libre-graph-api-php
============================

Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.

1695[2 issues](https://github.com/owncloud/libre-graph-api-php/issues)1PHP

Since Feb 17Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/owncloud/libre-graph-api-php)[ Packagist](https://packagist.org/packages/owncloud/libre-graph-api-php)[ RSS](/packages/owncloud-libre-graph-api-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

libregraph
==========

[](#libregraph)

Libre Graph is a free API for cloud collaboration inspired by the MS Graph API.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/owncloud/libre-graph-api-php.git"
    }
  ],
  "require": {
    "owncloud/libre-graph-api-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
