PHPackages                             davalb/php-openbazaar-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. davalb/php-openbazaar-api

ActiveLibrary[API Development](/categories/api)

davalb/php-openbazaar-api
=========================

The OpenBazaar API makes it easy for developers to communicate with the OpenBazaar marketplace

0.4(10y ago)2422[1 issues](https://github.com/davalb/php-openbazaar-api/issues)PHPPHP &gt;=5.4.0

Since Apr 14Pushed 10y ago5 watchersCompare

[ Source](https://github.com/davalb/php-openbazaar-api)[ Packagist](https://packagist.org/packages/davalb/php-openbazaar-api)[ RSS](/packages/davalb-php-openbazaar-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (6)Versions (6)Used By (0)

OpenBazaar Api
--------------

[](#openbazaar-api)

This library is a PHP 5.x implementation of the [OpenBazaar REST API Documentation POST calls](https://gist.github.com/drwasho/bd4b28a5a07c5a952e2f), [OpenBazaar REST API Documentation GET calls](https://gist.github.com/drwasho/742505589f62f6aa98b4)The OpenBazaar API is a REST-based interface. By using this library you don't have to worry about communicating with the API: all the hard work has already be done.

This API is build upon the shoulders of a giant: [Guzzle 5.0](http://guzzle.readthedocs.org/en/latest/). This is an absolutely awesome library.

Installation
------------

[](#installation)

Start by [installing composer](http://getcomposer.org/doc/01-basic-usage.md#installation). Next do:

```
$ composer require davalb/php-openbazaar-api

```

Requirements
------------

[](#requirements)

PHP &gt;=5.4.0

Usage
-----

[](#usage)

Creating a new instance is as simple as:

```
