PHPackages                             dangl/avacloud - 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. dangl/avacloud

ActiveLibrary[API Development](/categories/api)

dangl/avacloud
==============

AVACloud API specification

0.1.32(3mo ago)2122.0k↓20.5%1proprietaryPHPPHP ^8.1CI failing

Since Aug 27Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Dangl-IT/avacloud-client-php)[ Packagist](https://packagist.org/packages/dangl/avacloud)[ Docs](https://www.dangl-it.com)[ RSS](/packages/dangl-avacloud/feed)WikiDiscussions master Synced 1mo ago

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

Dangl\\AVACloud
===============

[](#danglavacloud)

Please see the offical site for more information and further documentation:
To get started, you can use the PHP demo application:

AVACloud API specification

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": "git",
      "url": "https://github.com/Dangl-IT/avacloud-client-php.git"
    }
  ],
  "require": {
    "dangl/avacloud": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
