PHPackages                             tinpont/pushbox - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. tinpont/pushbox

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

tinpont/pushbox
===============

Pushbox is a universal notification push container for apple apns, google gcm, sms etc.

374PHP

Since Jan 8Pushed 11y ago2 watchersCompare

[ Source](https://github.com/tinpont/pushbox)[ Packagist](https://packagist.org/packages/tinpont/pushbox)[ RSS](/packages/tinpont-pushbox/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

pushbox
=======

[](#pushbox)

Pushbox is a universal notification push container for apple apns, google gcm, sms etc.

Apns Adapter:

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

[](#installation)

Update your `composer.json` file to include these packages as a dependency.

```
"tinpont/pushbox": "dev-master"
```

Custom your *Adapter*
---------------------

[](#custom-your-adapter)

Create a php file at whatever you like, extends *Tinpont\\Pushbox\\Adapter*

```
