turbolabit/service-entity-plus-bundle

dev-main 2024-08-27 13:29 UTC

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:

  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