aryeo / copper-sdk
PHP SDK for working Copper CRM
Installs: 4 392
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 0
Open Issues: 1
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: 2024-10-30 01:32:01 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.