watzenare / PushApi

PHP REST API that lets you manage the notifications of your website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PushApi Analytics

The PushApi is a server side project using PHP. It provides a way to notify users of different kind of events. There is the possibility to send notifications using unicast (target user), multicast (interested group) or broadcast (all users).

It is being tested in a real system and it is obtaining the goals for which PushApi was designed for.

  • It is being tested handling a database of more than 400k users.
  • It is sending an average of 50k daily mails.
  • The same values than before with android smartphones.

Index

Documentation

Read the documentation here.

Back to index

Support

If you want to give your opinion, you can send me an email, comment the project directly (if you want to contribute with information or resources) or fork the project and make a pull request.

Also, I will be grateful if you want to make a donation, this project hasn't got a death date and it wants to be improved constantly:

Website Button

Back to index

TODOs

You are free to help with them:

  • Add 'collapse_key' param when sending a notification in order that PushApi sends more than one of that theme.
  • Create a plugin system that would interact with the sending system and depending of the plugin would able to filter messages or whatever the plugin does. Developers will be able to create plugins. The target of this system is to avoid modify the base structure of the PushApi.
  • Unit testing (do mock objects simulating the DB and checking the routes and controllers).
  • Add multilevel security (One App to rule them all).

Back to index

About

PHP REST API that lets you manage the notifications of your website.

License:MIT License


Languages

Language:PHP 99.8%Language:ApacheConf 0.2%