cleeng / cleeng-php-sdk
PHP SDK for Cleeng API
Installs: 48 613
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 14
Forks: 10
Open Issues: 4
Requires
- php: >=5.2.0
- ext-curl: *
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-03-11 15:44:14 UTC
README
PHP wrapper around Cleeng API (version 3.0).
Installation
Cleeng PHP SDK is available as Composer package, and can be installed by adding following statement in composer.json file:
"require": {
"cleeng/cleeng-php-sdk": "dev-master"
}
and running php composer.phar update
afterwards.
If composer is not available, you can download this package, put in in your sources directory, and include loader file:
require_once 'path/to/cleeng/cleeng_api.php';
Usage
For usage instructions please refer to Documentation page.