adcog-cpi/doctrine-bundle
Doctrine bundle providing reusable entity tools: automatic created/updated timestamps, slug and salt generation, filesystem storage paths, loggable messages, and paginator defaults. Includes a command to fix/rebuild slugs across the database.
default_limit, max_limit) to enforce consistency across APIs/admin panels. Useful for:
Look Elsewhere If:
adcog-cpi) before adoption.Adopt If:
"This bundle lets us standardize how we handle file storage, user feedback, and data pagination across our Symfony apps—reducing dev time and tech debt. For example:
/files for public assets, /cache/files for private data)."This is a Symfony Doctrine utility bundle that solves three pain points:
use_env_discriminator: true). Example use: Storing user uploads in /files/{user_id}/ while keeping backups in /cache/files/.L'élément %%entity%% a été créé). Saves ~30 mins per entity in controllers/services.default_limit: 10) to avoid magic numbers in repositories.Pros:
Cons:
Recommendation: Pilot for one feature (e.g., file storage) in a non-critical module. If it works, roll out logging/pagination next."*
How can I help you explore Laravel packages today?