1
0
mirror of synced 2024-11-24 06:16:27 +03:00

Update README.md

This commit is contained in:
Ilyas Salikhov 2014-04-21 14:56:52 +04:00
parent b54350ff2f
commit 3fcfa535de

View File

@ -12,8 +12,9 @@ Requirements
Installation
------------
Add IntaroCRM REST API client in your composer.json:
1) Install [composer](https://getcomposer.org/download/) into the project directory.
2) Add IntaroCRM REST API client in your composer.json:
```js
{
"require": {
@ -21,6 +22,10 @@ Add IntaroCRM REST API client in your composer.json:
}
}
```
3) Use command `php composer.phar update intarocrm/rest-api-client` to install new vendor into `vendor/` folder.
Usage
------------