Download the PHP package ensembleau/revel-php without Composer
On this page you can find all versions of the php package ensembleau/revel-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ensembleau/revel-php
More information about ensembleau/revel-php
Files in ensembleau/revel-php
Download ensembleau/revel-php
More information about ensembleau/revel-php
Files in ensembleau/revel-php
Vendor ensembleau
Package revel-php
Short Description An SDK for communicating with the Revel Systems API.
License MIT
Homepage https://github.com/ensembleau/revel-php
Package revel-php
Short Description An SDK for communicating with the Revel Systems API.
License MIT
Homepage https://github.com/ensembleau/revel-php
Please rate this library. Is it a good library?
Informations about the package revel-php
revel-php
A PHP SDK for interacting with the Revel Systems API.
installation.
$ composer require ensembleau/revel-php
usage:
Create a new Revel
instance:
$revel = new Revel('domain', 'secret', 'key');
Access various API endpoints through this instance, e.g.
// Get all products.
$products = $revel->products()->all();
// Get an establishment.
$establishment = $revel->establishments()->findById(1);
// Submit an online order.
$revel->ordering()->submit(Order::one($revel, [
// Order content.
// ...
]));
All versions of revel-php with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^6.2
The package ensembleau/revel-php contains the following files
Loading the files please wait ....