2017 © Pedro PelĂĄez
 

library openstore-client

Openstore client

image

belgattitude/openstore-client

Openstore client

  • Tuesday, February 9, 2016
  • by belgattitude
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 18 Versions
  • 0 % Grown

The README.md

Openstore client

Installation

Via Composer (alternative 1)

Soluble components can be installed via composer. For composer documentation, please refer to getcomposer.org., (*1)

php composer.phar require belgattitude/openstore-client:1.*

Via github clone (alternative 2)

Clone in a directory, (*2)

    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, (*3)

Copy ./config/oclient.config.php.dist in ./config/oclient.config.php, (*4)

    cd ./config
    cp oclient.config.php.dist oclient.config.php

Edit base_url and api_key in the configuration file, (*5)

Updating

    cd my/project/dir
    git pull
    php composer.phar update

The Versions