aryeo/copper-sdk

PHP SDK for working Copper CRM
4,395 4
Install
composer require aryeo/copper-sdk
Latest Version:v2.1.0
PHP:^8.0
License:MIT
Last Updated:Sep 2, 2022
Links: GitHub  ·  Packagist
Maintainer: aryeo

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.

Related Packages

noonic/image

Image upload, cropping and resizing.

432 0
aryeo/monitored-jobs

Monitor for your Laravel jobs.

30,024 14
gabrieloliverio/laravel5-generators

Database metadata-based generators for Laravel 5

1
erirk/paypalpayment

laravel-paypalpayment is simple package help you process direct credit card paym...

0
doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707