aryeo / copper
This package is abandoned and no longer maintained.
The author suggests using the aryeo/copper-sdk package instead.
PHP SDK for working Copper CRM
v2.1.0
2021-08-16 23:37 UTC
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^8.0
Requires (Dev)
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2022-09-02 20:49:41 UTC
README
This package provides a PHP SDK for interacting with the Copper CRM API. It's used primarily in order to sync leads collected from external sources with Copper. On the Aryeo platform, leads are generated from property websites and other marketing materials. This SDK is leveraged to sync, tag, and/or assign these leads with contacts in Copper..
Installation
You can install the package via composer:
composer require aryeo/copper-sdk
Usage
use Aryeo\Copper\Copper; $token = 'your-api-token'; $user_email = 'useremail@usedfortoken.com'; $client = new Copper($token, $user_email); $client->users()->search();
Testing
composer test
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.