Skip to content
David Pauli edited this page Aug 15, 2016 · 2 revisions

Installation via Clone the Repository

To get the original code (and the been updated between releases) you can fork and clone this repository.

Clone

To clone this repository locally you need to download git on your system and browse to your project folder. Its recommended to create a subfolder like libraries in your project folder.

git clone https://github.com/ePages-de/epages-rest-php

Include a required PHP file

You projects needs to have the following PHP file included / required.

require 'libraries/epages-rest-php/Shop.class.php';

Update this clone

To get the newestv version.

git fetch
git pull

Help developing

You can help to develop this SDK via forking it. Every created Pull Request will be checked and could be merged.

If you find bugs or have wished and feature request feel free to post this issue.

Clone this wiki locally