Would you like to create PHP apps easily? You’d like to use a nice framework that makes the full REST communication on its own? To support you with that, we made the first steps towards a basic PHP framework.
Installation
- Check for the latest release.
- Download the latest version of the available .phar file and copy it to a folder within your PHP project, e.g. /libraries.
- To use the client you need to require it with:
- Then set the variables for
$HOST
,$SHOP
,$AUTHTOKEN
and$ISSSL
.
Usage
Create a shop endpoint:
Just use it.
Examples
Check our GitHub repository for all examples currently available.