PHPackages                             pushbots/pushbots-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. pushbots/pushbots-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pushbots/pushbots-php
=====================

PushBots PHP SDK

1.2.0(7y ago)33461[1 issues](https://github.com/pushbots/pushbots-php/issues)MITPHPPHP &gt;= 5.5

Since Feb 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/pushbots/pushbots-php)[ Packagist](https://packagist.org/packages/pushbots/pushbots-php)[ RSS](/packages/pushbots-pushbots-php/feed)WikiDiscussions master Synced 5d ago

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

[![Build Status](https://camo.githubusercontent.com/2d8a696b3214044757d7249607994b822551a7c9cd31828cfc0c433ffd0077a3/68747470733a2f2f7472617669732d63692e6f72672f70757368626f74732f70757368626f74732d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pushbots/pushbots-php) [![Maintainability](https://camo.githubusercontent.com/472f6ec3ff7c7dff55bd19be557a21bd194f9919c82558d28cc265ecd85ef426/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34366631353731356633326464323138623565362f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/pushbots/pushbots-php/maintainability)

pushbots-php
------------

[](#pushbots-php)

> Official PHP package for PushBots

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

[](#installation)

Requires PHP 5.5.

Install with Composer
---------------------

[](#install-with-composer)

```
$ php composer.phar require pushbots/pushbots-php

```

Then require the library in your PHP code:

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

Example
-------

[](#example)

```
