1
0
mirror of synced 2024-11-21 21:06:07 +03:00
PHP client for RetailCRM API
Go to file
2013-07-04 13:09:18 +04:00
lib composer.son added 2013-07-04 11:57:49 +04:00
composer.json composer.json fix 2013-07-04 13:09:18 +04:00
README.md composer.json fix 2013-07-04 13:09:18 +04:00

IntaroCRM REST API client

PHP Client for IntaroCRM REST API.

Requirements

  • PHP version 5.2 and above
  • PHP-extension CURL

Installation

Add IntaroCRM REST API client in your composer.json:

{
    "require": {
        "intarocrm/crm-rest-api": "dev-master"
    }
}

Usage

Create API clent class


    $crmApiClient = new \IntaroCrmRestApi('http://demo.intarocrm.ru', 'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH');

Constructor arguments are:

  1. IntaroCRM url address.
  2. Your site API Token.