PHPackages                             wrep/notificato - 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. wrep/notificato

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

wrep/notificato
===============

Takes care of push notifications in your PHP projects.

1.2.1(6y ago)226383.0k↓37.2%44[1 PRs](https://github.com/mac-cain13/notificato/pulls)1MITPHPPHP &gt;=5.4

Since Mar 3Pushed 6y ago10 watchersCompare

[ Source](https://github.com/mac-cain13/notificato)[ Packagist](https://packagist.org/packages/wrep/notificato)[ Docs](https://github.com/mac-cain13/notificato)[ RSS](/packages/wrep-notificato/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (19)Used By (1)

Notificato [![Build Status of Master](https://camo.githubusercontent.com/f967859f9b22f6640fb5c4ae928152b6f4ff87c769b8e5372a3d71c9e7f45eac/68747470733a2f2f7472617669732d63692e6f72672f6d61632d6361696e31332f6e6f746966696361746f2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mac-cain13/notificato)
===================================================================================================================================================================================================================================================================================================================

[](#notificato-)

**Notificato takes care of push notifications in your PHP projects.**

> *Italian:* **notificato** è: participio passato *English:* **notified**

Why use Notificato instead of X?
--------------------------------

[](#why-use-notificato-instead-of-x)

Notificato has some advantages not all other PHP push libraries have:

1. Supports multiple APNS certificates, so you can push to multiple Apps/Passbook Passes
2. Takes excellent care of PHPs buggy SSL-sockets, handles quirks and error responses correctly
3. Well tested with unit tests and nice Object-Oriented structure

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

[](#installation)

Installation with [Composer](http://getcomposer.org) is recommended. Run the require command to add Notificato to your project:

`composer require wrep/notificato`

*Suggestion:*There is also a [Notificato for Symfony bundle](https://github.com/rickpastoor/notificato-symfony) available, highly recommended for Symfony2 &amp; Symfony3 users.

Getting started
---------------

[](#getting-started)

1. Take a look at the snippet below for a impression how Notificato works
2. [Read the documentation](/doc/Readme.md) it will help you with common use cases
3. Check out the [API docs](http://mac-cain13.github.io/notificato/master/) for a deeper understanding what Notificato is capable of

```
