linkorb / contactbase-client-php
ContactBase api client
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 0
pkg:composer/linkorb/contactbase-client-php
Requires
- php: >=5.3
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
- ext-curl: *
This package is auto-updated.
Last update: 2025-10-29 01:28:54 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