1
0
mirror of synced 2024-11-21 20:46:04 +03:00

Create README.md

This commit is contained in:
cyradin 2015-09-07 18:53:53 +03:00
parent df7a781e27
commit b4b43e5768

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# tiu-client
##Установка
###1) Выполнить команды
```
git clone https://github.com/cyradin/tiu-client.git
cd tiu-client
curl -sS https://getcomposer.org/installer | php
php composer.phar require retailcrm/api-client-php ~3.0.0
```
###2) Отредактировать /config/config.php
##Использование
####Выгрузка заказов в CRM:
```
php run.php
```