承接 awd-studio/es-lib-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

awd-studio/es-lib-bundle

最新稳定版本:v0.0.9.5-alpha

Composer 安装命令:

composer require awd-studio/es-lib-bundle

包简介

A symfony bundle for the AWD event-sourcing library

README 文档

README

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.

Features

  • Event Sourcing Made Simple: Integrates es-lib for managing aggregates, events, and repositories.
  • Dependency Injection: Automatically wires up es-lib services and bundle-specific services for seamless use.
  • Event Storage: Supports Doctrine ORM with configurable drivers (e.g., SQLite, MySQL) for persisting events.
  • Aggregate Management: Provides pre-configured repositories to load and save aggregates effortlessly.
  • Flexible Configuration: Customize the bundle to fit your application’s database and event store needs.

Requirements

  • PHP 8.3 or higher
  • Symfony 7.2 or higher
  • Doctrine ORM (installed via symfony/orm-pack)

Installation

Install the bundle using Composer:

composer require awd-studio/es-lib-bundle

Enable the Bundle

Register the bundle in your Symfony application by adding it to config/bundles.php:

return [
    // Other bundles...
    AwdStudio\EsLibBundle\AwdEsBundle::class => ['all' => true],
];

Support

For help or to report issues, visit the GitHub repository and open an issue.

License

This bundle is released under the MIT License. See the LICENSE file for more information.

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-19