linkorb/contactbase-client-php

v1.0.2 2016-07-12 11:27 UTC

This package is auto-updated.

Last update: 2024-04-29 03:21:20 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