Download the PHP package affiliatelabs/responsecrm-php without Composer
On this page you can find all versions of the php package affiliatelabs/responsecrm-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download affiliatelabs/responsecrm-php
More information about affiliatelabs/responsecrm-php
Files in affiliatelabs/responsecrm-php
Download affiliatelabs/responsecrm-php
More information about affiliatelabs/responsecrm-php
Files in affiliatelabs/responsecrm-php
Vendor affiliatelabs
Package responsecrm-php
Short Description Unofficial PHP Wrapper for ResponseCRM
License MIT
Package responsecrm-php
Short Description Unofficial PHP Wrapper for ResponseCRM
License MIT
Please rate this library. Is it a good library?
Informations about the package responsecrm-php
ResponseCRM PHP Wrapper
This is the unofficial PHP wrapper for ResponseCRM brought to you by Affiliate Labs.
For specific details on formatting your data for each method, please refer to the official API documentation.
Installation
Usage
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.
License
This project is open-sourced software licensed under the MIT license.
All versions of responsecrm-php with dependencies
PHP Build Version
Package Version
Requires
kitetail/zttp Version
^0.3.0
The package affiliatelabs/responsecrm-php contains the following files
Loading the files please wait ....