spalax / zf2-client-moysklad
Zend Framework 2 module for moysklad service
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 1
Forks: 0
pkg:composer/spalax/zf2-client-moysklad
Requires
- php: >=5.3
- zendframework/zend-code: >=2.0.0
- zendframework/zend-http: >=2.0.0
- zendframework/zend-loader: >=2.0.0
- zendframework/zend-modulemanager: >=2.0.0
- zendframework/zend-servicemanager: >=2.0.0
- zendframework/zend-stdlib: >=2.0.0
- zendframework/zend-uri: >=2.0.0
This package is auto-updated.
Last update: 2025-10-06 13:00:25 UTC
README
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.