EntityKitBundle
Entity Bundle Kit is a modern Symfony bundle that gives your Doctrine entities superpowers with minimal boilerplate. It provides a growing collection of prebuilt behaviors — like Timestamp, Slugging, auditing, and more — as modular, composable traits or attributes.
Install / Use
/learn @abdellahrk/EntityKitBundleREADME
Entity Kit Bundle
A set of Doctrine Entity features to automate repetitive entity tasks and ease development.
- [x] Timestamp
- [x] Slug
- [x] Author (Blame)
- [x] UUID
- [x] IP Tagged
- [x] Soft Delete
- [x] Singleton
- [x] Pagination
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Open a command console, enter your project directory and execute:
composer require rami/entity-kit-bundle
Test
./vendor/bin/phpunit
check the tests directory
