PHPackages                             calcasa/api - 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. calcasa/api

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

calcasa/api
===========

API client for the Calcasa Public API.

1.4.0(5mo ago)131↓100%Apache-2.0PHPPHP ^7.3 || ^8.0

Since Nov 15Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/calcasa/api-php)[ Packagist](https://packagist.org/packages/calcasa/api)[ Docs](https://github.com/calcasa/api-php)[ RSS](/packages/calcasa-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (28)Used By (0)

calcasa/api
===========

[](#calcasaapi)

The Calcasa API is used to connect to Calcasa provided services. For more information, please visit [Documentation](https://docs.calcasa.nl) or [GitHub](https://github.com/calcasa/api).

For more information, please visit .

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/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
