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
- Host: GitHub
- URL: https://github.com/linkorb/contactbase-client-php
- Owner: linkorb
- License: mit
- Created: 2016-01-22T09:16:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T11:28:02.000Z (almost 10 years ago)
- Last Synced: 2024-12-02T12:54:05.854Z (over 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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