2017 © Pedro Peláez
 

library onetwo360-api-client

API Client library for the OneTwo360 platform

image

onetwo360/onetwo360-api-client

API Client library for the OneTwo360 platform

  • Monday, March 10, 2014
  • by flemeur
  • Repository
  • 3 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

OneTwo360 API Client

Build Status, (*1)

Installation

You can (and should) use Composer to install the client., (*2)

This is done by adding the following line to the require section of your composer.json file, (*3)

"onetwo360/onetwo360-api-client": "dev-master"

Now all you need to do is run the installation like this, (*4)

$ php composer.phar update

Test it out!

To test the client simply cd to the root dir of your project and use the built-in web server in PHP., (*5)

$ php -S localhost:8080 -t vendor/onetwo360/onetwo360-api-client/examples/

You can now point your browser to http://localhost:8080/ and test it out., (*6)

Autoloading

Composer generates an autoloader file that you need to require in order to use the library., (*7)

require 'vendor/autoload.php';

You should now have autoloading for all the libraries installed through Composer., (*8)

The Versions

10/03 2014

0.x-dev

0.9999999.9999999.9999999-dev https://github.com/onetwo360/onetwo360-php-client

API Client library for the OneTwo360 platform

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

rest api api client onetwo360 360 product photos

10/03 2014

dev-master

9999999-dev https://github.com/onetwo360/onetwo360-php-client

API Client library for the OneTwo360 platform

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

rest api api client onetwo360 360 product photos