Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomschlick/fuel-notifications

A notifications system for FuelPHP
https://github.com/tomschlick/fuel-notifications

Last synced: 9 days ago
JSON representation

A notifications system for FuelPHP

Awesome Lists containing this project

README

        

# Notifications

Notifications is a system for queuing & sending transactional alerts to members of your service via email or internal alerts. Additional methods can be added by creating a driver for things like SMS, twitter, or your custom alert gateway.

# Install

to install this package simply add this source to your package configuration file:

http://github.com/tomschlick

and then use this command:

php oil package install notifications

# Usage