PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Oleksii Mylotskyi   PHP MoySklad Client   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: README.md
Class: PHP MoySklad Client
Access the MoySklad API using ORM like objects
Author: By
Last change:
Date: 8 years ago
Size: 812 bytes
 

Contents

Class file image Download

Client for http://www.moysklad.ru/

To setup library you have to had composer.phar. You can download it using this command:

php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"

or you can follow the instructions on http://getcomposer.org/download/

Composer will install all required Zend libraries.

After the composer has been downloaded, you should run it:

chmod a+x composer.phar && ./composer.phar install

or

./composer.phar update

Simple usage examples you can found in demo/ folder.

If your project already includes Zend Framework 2, this module could be installed as Zend Framework 2 module. You should only copy config/zf2clientmoysklad.global.php to your config/autoload and change commented line with your connection credentials.