ES Lib Bundle is a Symfony bundle that brings the power of the es-lib event-sourcing library into your Symfony applications. It simplifies the integration of event-sourcing by leveraging Symfony’s dependency injection, configuration system, and Doctrine ORM for event storage. Whether you're building scalable systems or need a reliable audit trail, this bundle makes it easy to implement event-sourcing patterns.
Install the bundle using Composer:
composer require awd-studio/es-lib-bundle
Register the bundle in your Symfony application by adding it to config/bundles.php:
return [
// Other bundles...
AwdStudio\EsLibBundle\AwdEsBundle::class => ['all' => true],
];
For help or to report issues, visit the GitHub repository and open an issue.
This bundle is released under the MIT License. See the LICENSE file for more information.
How can I help you explore Laravel packages today?