lyssal / doctrine-extra-bundle
Some functionalities to use and manage entities in Symfony.
Installs: 5
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8
- doctrine/doctrine-bundle: ^2
- lyssal/lib-php: ^0.3.1
- symfony/dependency-injection: ^7
- symfony/http-kernel: ^7
- symfony/routing: ^7
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
README
Installation
Read the installation documentation.
Appellation
Use the Appellation to define and easily use the appellation of an entity.
For more informations, read the Appellation documentation.
Decorator
Use the Decorator to define new methods in entities using Symfony services.
For more informations, read the Decorator documentation.
The entity router
The entity router permits you to automtically generate an URL with your entities.
For more informations, read the entity router documentation.
Administrator and Repository
For more informations, read the Repository documentation and the Administrator documentation.
Uploaded file
You can use our trait in entities to manage an uploaded file.
For more informations, read the Uploaded file documentation.
Traits for entities
Read the entity traits documentation.
The breadcrumbs
You can automatically generate your breadcrumbs.
For more informations, read the breadcrumbs' documentation.