Download the PHP package epages/rest-sdk without Composer

On this page you can find all versions of the php package epages/rest-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package rest-sdk

ePages REST SDK

This is the PHP REST SDK to easily connect to an ePages shop. You can use it as a developer to develop apps for ePages. Just sign up for the ePages Developer Program and create a free developer test shop.

Requirements

To use this SDK, you'll need:

All dependencies comes automatically with the client and could be updated via composer.

Installation via composer

Its easy to get the client via Composer. Just search for epages/rest-sdk and put this to you composer.yml file:

Configuration

You can configure it with putting a config.json into you main directory. Just copy the config.example.json from GitHub or create a new one:

Version information

The following information are provided with the ePages REST SDK until now.

Feature GET PUT POST DELETE PATCH information
carts ?
categories - - ?
currencies - - - ?
legal - - - ? won't do, it's not needed
legal/contact-information - - ?
legal/privacy-policy - - ?
legal/rights-of-withdrawal - - ?
legal/shipping-information - - ?
legal/terms-and-condition - - ?
locales - - - ?
products - - ?
products//custom-attributes - - . ?
products//stock-level - - ?
products/export - - - ?
sales ?
search/product-suggest - - - ?
shipping-methods - - - ?

Code examples

For code examples, see the examples folder.

Example Get 100 products

Example Retrieve shop information

Utilities

Logger

The library comes with a huge Logger called . To use this (instead of the command) write

The force printer also can print arrays in a simple structure.

By default all notification messages are printed. To change this use:

InputValidator

To validate data and check the value of an object there is a InputValidator class:

You can find all InputValidator functions in the documentation

Function reference

The complete reference is located here.

License

The code is available under the terms of the MIT License.


All versions of rest-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package epages/rest-sdk contains the following files

Loading the files please wait ....