lyssal / entity-bundle
Some functionalities to use and manage entities in Symfony.
Installs: 119
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8
- doctrine/orm: ^2.6
- lyssal/entity: ^0.3
- lyssal/lib-php: ~0.2
- symfony/config: ^5|^6
- symfony/dependency-injection: ^5|^6
- symfony/http-kernel: ^5|^6
- symfony/routing: ^5|^6
- twig/twig: ^2
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.
Uploaded file
You can use our trait in entities to manage an uploaded file.
For more informations, read the Uploaded file 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.
Entityable
The Entityable permits to add a linked entity property in an entity without a real relation (as a ManyToOne for example).
For more informations, read the Entityable documentation.
Traits for entities
Read the entity traits documentation.
The breadcrumbs
You can automatically generate your breadcrumbs.
For more informations, read the breadcrumbs' documentation.
PhpDoc
Execute :
phpdoc -c doc/phpdoc.tpl.xml