belgattitude / openstore-client
Openstore client
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/belgattitude/openstore-client
Requires
- php: >=5.4.4
- symfony/console: 2.*
- zendframework/zend-config: 2.*
- zendframework/zend-http: 2.*
README
Installation
Via Composer (alternative 1)
Soluble components can be installed via composer. For composer documentation, please refer to getcomposer.org.
php composer.phar require belgattitude/openstore-client:1.*
Via github clone (alternative 2)
Clone in a directory
cd my/project/dir git clone https://github.com/belgattitude/openstore-client.git . php composer.phar self-update php composer.phar install
Create configuration files
Copy ./config/oclient.config.php.dist in ./config/oclient.config.php
cd ./config
cp oclient.config.php.dist oclient.config.php
Edit base_url and api_key in the configuration file
Updating
cd my/project/dir
git pull
php composer.phar update