Create README.md
This commit is contained in:
parent
df7a781e27
commit
b4b43e5768
19
README.md
Normal file
19
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user