We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalib - Add on's for PhalconPHP

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



98.9k

Great, Would you mind to post these functionality on the incubator: https://github.com/phalcon/incubator ?