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..
You can install the package via composer:
composer require aryeo/copper-sdk
use Aryeo\Copper\Copper;
$token = 'your-api-token';
$user_email = 'useremail@usedfortoken.com';
$client = new Copper($token, $user_email);
$client->users()->search();
composer test
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.