rami/entity-kit-bundle

A modern Symfony bundle that gives your Doctrine entities superpowers. It provides a growing collection of prebuilt behaviors — like Timestamp, Slugging, auditing, and more — as modular, composable traits or attributes.

Maintainers

Package info

github.com/abdellahrk/EntityKitBundle

Type:symfony-bundle

pkg:composer/rami/entity-kit-bundle

Statistics

Installs: 1 191

Dependents: 0

Suggesters: 0

Stars: 10

Open Issues: 0

0.2.4 2026-01-22 07:43 UTC

README

A set of Doctrine Entity features to automate repetitive entity tasks and ease development.

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