2017 © Pedro Peláez
 

library revel-php

An SDK for communicating with the Revel Systems API.

image

ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  • Monday, June 26, 2017
  • by Ensemble
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 11 Versions
  • 2 % Grown

The README.md

revel-php

Build Status, (*1)

A PHP SDK for interacting with the Revel Systems API., (*2)

installation.

$ composer require ensembleau/revel-php

usage:

Create a new Revel instance:, (*3)

$revel = new Revel('domain', 'secret', 'key');

Access various API endpoints through this instance, e.g., (*4)

// 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.
    // ...
]));

The Versions

26/06 2017

dev-master

9999999-dev https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/06 2017

1.1.2

1.1.2.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/06 2017

1.1.1

1.1.1.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

21/06 2017

1.1.0

1.1.0.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/06 2017

1.0.3

1.0.3.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/06 2017

1.0.2

1.0.2.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/06 2017

1.0.1

1.0.1.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/06 2017

1.0.0

1.0.0.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

19/06 2017

0.2.1

0.2.1.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

19/06 2017

0.2.0

0.2.0.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires

19/06 2017

0.1.0

0.1.0.0 https://github.com/ensembleau/revel-php

An SDK for communicating with the Revel Systems API.

  Sources   Download

MIT

The Requires

 

The Development Requires