PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP AmoCRM API Client   composer.json   Download  
File: composer.json
Role: Sample output
Content type: text/plain
Description: Sample output
Class: PHP AmoCRM API Client
Manage accounts of AmoCRM using its REST API
Author: By
Last change: Update of composer.json
Date: 2 months ago
Size: 708 bytes
 

Contents

Class file image Download
{ "name": "dmamontov/amo-restapi", "description": "PHPClient to work with through AmoCRM Rest API.", "type": "library", "keywords": ["api", "client", "amocrm", "rest", "crm"], "version": "1.0.3", "license": "BSD-3-Clause", "homepage": "http://www.slobel.ru/", "authors": [ { "name": "Dmitry Mamontov", "email": "hello@slobel.ru", "role": "lead" } ], "require": { "php": ">=5.3.0" }, "support": { "email": "support@slobel.ru" }, "autoload": { "files": ["AmoRestApi.php"] }, "extra": { "branch-alias": { "dev-master": "1.0.0.x-dev" } } }