PHPackages                             tackk/shover - 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. tackk/shover

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

tackk/shover
============

A lightweight PHP interface for the Pusher API

v1.1.2(11y ago)3160MITPHPPHP &gt;=5.4.0

Since Feb 28Pushed 11y ago6 watchersCompare

[ Source](https://github.com/tackk/shover)[ Packagist](https://packagist.org/packages/tackk/shover)[ RSS](/packages/tackk-shover/feed)WikiDiscussions master Synced 3d ago

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

Shover
======

[](#shover)

A lightweight PHP interface for the [Pusher API](http://pusher.com/docs/rest_api).

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

[](#installation)

### Composer

[](#composer)

```
"tackk/shover": "1.1.*"

```

Transports
----------

[](#transports)

All transports must extend the `Tackk\Shover\Transport\AbstractTransport`.

Two (2) transports are included by default:

- `Tackk\Shover\Transport\Curl` - Uses the PHP Curl extension.
- `Tackk\Shover\Transport\Guzzle` - Uses [Guzzle](http://guzzlephp.org).

### Curl

[](#curl)

```
