2017 © Pedro Peláez
 

library responsecrm-php

Unofficial PHP Wrapper for ResponseCRM

image

affiliatelabs/responsecrm-php

Unofficial PHP Wrapper for ResponseCRM

  • Friday, April 27, 2018
  • by affiliatelabs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ResponseCRM PHP Wrapper

This is the unofficial PHP wrapper for ResponseCRM brought to you by Affiliate Labs., (*1)

For specific details on formatting your data for each method, please refer to the official API documentation., (*2)

Installation

composer require affiliatelabs/responsecrm-php

Usage

<?php

use AffiliateLabs\ResponseCRM\ResponseCRM;

class Example
{
    public function test()
    {
        $crm = new ResponseCRM('ApiGuid-Token');
        echo 'Authorization is ' . $crm->testAuth();
    }
}

Available Methods

Customers

addCustomer(array $data)
editCustomer($customerID, array $data)
editRecurring(array $customerIDs, $chargeID, array $data)
listRecurring($customerID)
addNote($customerID, $content)
listNotes($customerID)
markAsCancelled(array $customerIDs)
markAsChargeback($customerID)

Fulfillment

listFulfillments($date)
updateTracking($transactionID, $trackingNumber)

Leads

addLead(array $data)
listLeads()

Sites

listSites()

Testing

testAuth()

Transactions

signup(array $data)
upsell(array $data)
refund($transactionID, $amount)
listTransactions($dateFrom, $dateTo)

Webhooks

registerWebhook($siteID, $event, $payload)
deleteWebhook($webhookID)
listWebhooks($siteID)
webhookStats($webhookID)

Contributing

Thank you for considering contributing to this wrapper for ResponseCRM. Pull requests are welcome and will be reviewed in a timely manner., (*3)

License

This project is open-sourced software licensed under the MIT license., (*4)

The Versions

27/04 2018

dev-master

9999999-dev

Unofficial PHP Wrapper for ResponseCRM

  Sources   Download

MIT

The Requires

 

27/04 2018

0.1.0

0.1.0.0

Unofficial PHP Wrapper for ResponseCRM

  Sources   Download

MIT

The Requires