Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tomschlick/fuel-notifications
- Owner: tomschlick
- Created: 2011-08-12T08:26:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-13T02:20:53.000Z (over 12 years ago)
- Last Synced: 2024-05-01T19:55:28.803Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 93.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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