hampel / closeio
This package is abandoned and no longer maintained.
The author suggests using the hampel/close package instead.
Wrapper for the Close.com CRM REST API using Guzzle
3.1.0
2021-09-27 05:51 UTC
Requires
- php: >=5.5.0
- guzzlehttp/guzzle: ^6.0|^7.0
- hampel/json: ^2.0
- nesbot/carbon: ^1.0|^2.0
- psr/log: ^1.0|^2.0|^3.0
Requires (Dev)
- mockery/mockery: ^1
- phpunit/phpunit: ^8.0|^9.0
README
A Close CRM API wrapper using Guzzle.
By Simon Hampel.
See also: Close API Documentation
Installation
The recommended way of installing the wrapper is through Composer:
:::json
{
"require": {
"hampel/close": "~3.0"
}
}
Configuration
TODO