PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   Moy Sklad Rest Api   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Moy Sklad Rest Api
Manage sales accounts of Moy Sklad using its API
Author: By
Last change: add getter & setter timeout
new version
fix
fix filters
add parser errors
Date: 8 years ago
Size: 627 bytes
 

Contents

Class file image Download
{ "name" : "dmamontov/ms-restapi", "description" : "PHPClient to work with through Moy Sklad Rest API.", "type" : "library", "keywords" : [ "api", "client", "ms", "moy sklad", "rest", "crm" ], "version" : "1.1.2", "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" : [ "MSRestApi.php" ] }, "extra" : { "branch-alias" : { "dev-master" : "1.0.0.x-dev" } } }