1
0
mirror of synced 2024-11-21 21:06:07 +03:00
api-client-php/README.md

21 lines
421 B
Markdown

PHP client for retailCRM API
=================
PHP client for [retailCRM API](http://www.retailcrm.ru/docs/Разработчики/Разработчики#api).
Requirements
------------
* PHP version 5.3 and above
* PHP-extension CURL
Installation
------------
1) Install [composer](https://getcomposer.org/download/) into the project directory.
2) Run:
```bash
composer require retailcrm/api-client-php 3.0
```