PHPackages                             venatus/openrtb - 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. venatus/openrtb

AbandonedArchivedLibrary[API Development](/categories/api)

venatus/openrtb
===============

Venatus OpenRTB

v0.1(10y ago)1913.3k20PHPPHP &gt;=5.5.0

Since Aug 24Pushed 9y ago2 watchersCompare

[ Source](https://github.com/Venatus/php-openrtb)[ Packagist](https://packagist.org/packages/venatus/openrtb)[ RSS](/packages/venatus-openrtb/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Please note: This project is not supported. We are not activily using the PHP implementation - Project was paused before it was fully completed. Work is required on tests and upgrade to latest version of the Open RTB specification.

OpenRTB 2.3.1 for PHP
=====================

[](#openrtb-231-for-php)

This library has been created for PHP developers using the OpenRTB protocol. It provides a very lightweight wrapper to create, validate, and hydrate **Bid Requests** and **Bid Responses**. Getting started could not be easier, find our package on packagist:

Install by adding { .. "venatus/openrtb": "0.1" .. } to your composer.json file.

The wrapper requires Guzzle. This can be used to further extends the library where required. More information about Guzzle can be found here:

### Installing via Composer

[](#installing-via-composer)

The recommended way to install Guzzle is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of Guzzle:

```
composer.phar require venatus/openrtb
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

### PHP Examples

[](#php-examples)

```
