aspetos/api-client

This package is abandoned and no longer maintained. No replacement package was suggested.

Aspetos API Client

1.0.1 2016-05-23 09:42 UTC

This package is not auto-updated.

Last update: 2022-10-19 11:46:10 UTC


README

This is a very small helper to utilise the Aspetos API v1

To install add this to your composer.json

{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@gitlab.cwd.at:aspetos/AspetosApiClient.git",
            "tags-path": true,
            "branches-path": false
        },
    ],
    "require": {
        "aspetos/api-client": "@stable"
    }
}    

See index.php for an example on how to use it