freespee/freespee-php-api-client

A client class for the Freespee API

Maintainers

Package info

github.com/freespee/freespee-php-api-client

pkg:composer/freespee/freespee-php-api-client

Statistics

Installs: 53 810

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

1.1.5 2017-05-18 09:14 UTC

This package is not auto-updated.

Last update: 2026-04-11 22:56:18 UTC


README

A PHP client class for the Kaisa API v2

API Documentation

https://support.kaisa.io/hc/en-us/categories/200141151-Developers

Recommended: using composer

In composer.json, add

"freespee/freespee-php-api-client": "~1.1"

to the required section

For more information, see https://packagist.org/packages/freespee/freespee-php-api-client

Using a git clone

git clone https://github.com/freespee/freespee-php-api-client.git
cd freespee-php-api-client

configure api account with information provided by Kaisa:

cd settings
cp settings.php.default settings.php
nano settings.php

verify it's working:

cd <source root>
phpunit