I have started working on a library containing add-on's for PhalconPHP
What is Phalib?
Phalib is a project that contains reusable code across project using PhalconPHP. It will have a wide range of plugins and everything is made as standalone packages, meaning that none of the packages in this library is dependant on eachother.
Current functionality
- Notification - This is a simple, yet very handy little add-on to work with application notifications. It comes with a default database table setup.
- Breadcrumbs - Easy and powerful add-on to help with handling breadcrumbs. It also has support for multi-language through Phalcon's Translate component
It's not much at the moment, but it's a work in progress and slow and steady growing.
Hope someone can find it helpful