Author: Manuel Lemos
Updated on: 2020-10-24
Posted on: 2020-10-24
Package: Fireworks Laravel Event Sourcing
Among other benefits, it provides means to easily create model classes that can be used to store and retrieve application model object data in databases. These model classes implement functions to create, read, update and delete objects from the database.
This package provides a trait that can be used to register callback functions that can be used to integrate better the actions performed by model classes using external classes.
This way the organization of application functions can be improved by separating the actions of model classes from any custom actions that may need to be performed by other components.
About the Fireworks Laravel Event Sourcing Package
The package Fireworks Laravel Event Sourcing is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Handle model class events in the object itself
Here follows in more detail what it does:
This package can be used to handle model class events in the object itself.
It provides a trait that can be used in Laravel model classes to register callback functions of the model class itself to handle different types of events for changing the model object state.
The trait can call functions that model implementation classes and may have to execute actions before and after the creation, retrieving, updating and deleting model objects.
Conclusion
The Fireworks Laravel Event Sourcing can be downloaded from download page or be installed using the PHP Composer tool following instructions in the Composer install instructions page.
This package was considered notable for implementing its benefits in a way that is worth noticing.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package as well nice prizes.
One nice prize that many PHP developers want and you may like is the PHP elePHPant mascot plush.
You need to be a registered user or login to post a comment
1,565,739 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.