linkorb / contactbase-client-php
ContactBase api client
v1.0.2
2016-07-12 11:27 UTC
Requires
- php: >=5.3
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
- ext-curl: *
This package is auto-updated.
Last update: 2026-03-01 00:10:27 UTC
README
PHP library for interacting with contactbase using a contactbase API.
Using the library in your project
contactbase-client-php is available on packagist.
To use it, add the following to your composer.json file, and run composer update:
{
"require": {
"linkorb/contactbase-client-php": "~1.0"
}
}
Examples
Please refer to the example directory for example code