patchlevel / event-sourcing-admin-bundle
symfony admin ui for patchlevel/event-sourcing-bundle
Installs: 136
Dependents: 0
Suggesters: 1
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 4
Language:Twig
Type:symfony-bundle
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0
- patchlevel/event-sourcing-bundle: ^3.0.0
- symfony/asset: ^7.0
- symfony/asset-mapper: ^7.0
- symfony/config: ^5.4.31|^6.4.0|^7.0.0
- symfony/dependency-injection: ^5.4.33|^6.4.1|^7.0.1
- symfony/http-kernel: ^5.4.33|^6.4.1|^7.0.1
- twig/twig: ^3.5.0
Requires (Dev)
- infection/infection: ^0.27.0
- patchlevel/coding-standard: ^1.3.0
- phpspec/prophecy-phpunit: ^2.1.0
- phpstan/phpstan: ^1.10.48
- phpunit/phpunit: ^10.5.2
- psalm/plugin-symfony: ^5.1.0
- roave/security-advisories: dev-master
- symfony/var-dumper: ^5.4.29|^6.4.0|^7.0.0
- vimeo/psalm: ^5.17.0
This package is auto-updated.
Last update: 2024-10-31 11:39:19 UTC
README
This bundle provides a simple admin interface for the patchlevel/event-sourcing-bundle.
Screenshots
Store
Inspector
Projection
Events
Installation
composer require patchlevel/event-sourcing-bundle
Configuration
# config/packages/patchlevel_event_sourcing_admin.yaml patchlevel_event_sourcing_admin: enabled: true
Routes
# config/routes/patchlevel_event_sourcing_admin.yaml event_sourcing: resource: '@PatchlevelEventSourcingAdminBundle/config/routes.yaml' prefix: /es-admin