Skip to content

AryeoHQ/copper-php-sdk

Repository files navigation

Copper PHP SDK

Latest Version on Packagist Total Downloads

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.