2017 © Pedro Peláez
 

library api-php

A PHP library for interacting with the UnoEuro REST API.

image

unoeuro/api-php

A PHP library for interacting with the UnoEuro REST API.

  • Saturday, April 23, 2016
  • by tomsommer
  • Repository
  • 1 Watchers
  • 5 Stars
  • 152 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Simply.com PHP API

Description

This package provides a PHP interface to the Simply.com REST API., (*1)

Install via Composer

We recommend installing this package with Composer., (*2)

Download Composer

To download Composer, run in the root directory of your project:, (*3)

curl -sS https://getcomposer.org/installer | php

You should now have the file composer.phar in your project directory., (*4)

Install Dependencies

Run in your project root:, (*5)

php composer.phar require unoeuro/api-php

Require Autoloader

After installing the dependencies, you need to require the Composer autoloader from your code:, (*6)

require 'vendor/autoload.php';

Usage

require 'vendor/autoload.php';
$unoeuro = new UnoEuro\Client('account', 'apikey');
$products = $unoeuro->get('my/products/');
var_dump($products);

Contributing

Please submit pull requests, we love you <3, (*7)

The Versions

23/04 2016

dev-master

9999999-dev https://www.unoeuro.com

A PHP library for interacting with the UnoEuro REST API.

  Sources   Download

Apache-2.0

The Requires

 

by Tom Sommer

domains webhosting unoeuro

23/04 2016

v1.0.1

1.0.1.0 https://www.unoeuro.com

A PHP library for interacting with the UnoEuro REST API.

  Sources   Download

Apache-2.0

The Requires

 

by Tom Sommer

domains webhosting unoeuro

28/09 2015

v1.0.0

1.0.0.0 https://www.unoeuro.com

A PHP library for interacting with the UnoEuro REST API.

  Sources   Download

Apache-2.0

The Requires

 

by Tom Sommer

domains webhosting unoeuro