PHPackages                             spojenet/csas-accountsapi - 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. spojenet/csas-accountsapi

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

spojenet/csas-accountsapi
=========================

API for managing production accounts.

0.7.2(10mo ago)1136↓100%2[1 issues](https://github.com/Spoje-NET/php-csas-accountsapi/issues)MITPHPPHP ^8.1 || ^8.2 || ^8.3 || ^8.4CI passing

Since Dec 8Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/Spoje-NET/php-csas-accountsapi)[ Packagist](https://packagist.org/packages/spojenet/csas-accountsapi)[ Docs](https://www.csas.cz/content/dam/cz/csas/www_csas_cz/dokumenty/obecne/how-to-connect-to-api-of-cs.pdf)[ RSS](/packages/spojenet-csas-accountsapi/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (9)Versions (9)Used By (0)

Premium - Accounts API
======================

[](#premium---accounts-api)

API for managing production accounts.

For more information, please visit [https://www.csas.cz/content/dam/cz/csas/www\_csas\_cz/dokumenty/obecne/how-to-connect-to-api-of-cs.pdf](https://www.csas.cz/content/dam/cz/csas/www_csas_cz/dokumenty/obecne/how-to-connect-to-api-of-cs.pdf).

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Spoje-NET/php-csas-webapi.git"
    }
  ],
  "require": {
    "Spoje-NET/php-csas-webapi": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
