turbolabit/service-entity-plus-bundle

Installs: 443

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/turbolabit/service-entity-plus-bundle

dev-main 2025-10-17 10:05 UTC

This package is auto-updated.

Last update: 2025-10-17 10:05:43 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:

  1. Create you own abstract BaseRepository
  2. Extend it
  3. Configure the constants (ENTITY_CLASS is mandatory)
  4. Use the functions

๐Ÿ”– Production-grade example

ServiceCollection:

  1. Create you own abstract BaseServiceCollection
  2. Extend it
  3. Configure the constants (ENTITY_CLASS is mandatory)
  4. Use the functions

๐Ÿ”– Production-grade example

๐Ÿงช Test it

bash scripts/symfony-bundle-tester.sh