An open API service indexing awesome lists of open source software.

https://github.com/linkorb/contactbase-client-php

Client library for contactbase in PHP
https://github.com/linkorb/contactbase-client-php

Last synced: 11 months ago
JSON representation

Client library for contactbase in PHP

Awesome Lists containing this project

README

          

# contactbase-client-php

PHP library for interacting with contactbase using a contactbase API.

## Using the library in your project

contactbase-client-php is available on [packagist](https://packagist.org/packages/linkorb/contactbase-client-php).
To use it, add the following to your `composer.json` file, and run `composer update`:

```json
{
"require": {
"linkorb/contactbase-client-php": "~1.0"
}
}
```

## Examples

Please refer to the [example directory](example/) for example code