= sfPropelNotificationPlugin plugin = The `sfPropelNotificationPlugin` is a lightweight, resource-oriented notification framework. == Features == * Support for any notification backend (standard distribution comes with an email notification backend) * Completely abstracted notification logic * Support for multiple users subscribed to different notification types using multiple notification backends * Provides a module for users to manage their subscriptions == Installation == === Install the plugin === {{{ symfony plugin-install http://plugins.symfony-project.com/sfPropelNotificationPlugin }}} == Usage == === Enabling the notification management module === === Defining notification types === === Using the default email backend === === Implementing a new notification backend === == Changelog == === 2007-03-02 | 0.1.0 alpha === Initial public release