turbolabit / service-entity-plus-bundle
Installs: 226
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.3
- turbolabit/php-foreachable: dev-main
Requires (Dev)
- phpunit/phpunit: @stable
- symfony/dotenv: @stable
- symfony/framework-bundle: @stable
- symfony/yaml: @stable
This package is auto-updated.
Last update: 2025-05-27 14:59:02 UTC
README
A new Symfony bundle to create "ServiceEntities".
๐ฆ Install it with composer
symfony composer require turbolabit/service-entity-plus-bundle:dev-main
๐ท Build with it
Repository:
- Create you own abstract BaseRepository
- Extend it
- Configure the constants (
ENTITY_CLASS
is mandatory) - Use the functions
ServiceCollection:
- Create you own abstract BaseServiceCollection
- Extend it
- Configure the constants (
ENTITY_CLASS
is mandatory) - Use the functions
๐งช Test it
bash scripts/symfony-bundle-tester.sh