lyssal/entity-bundle

Some functionalities to use and manage entities in Symfony.

Installs: 95

Dependents: 1

Suggesters: 1

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

0.4.2 2021-05-06 20:18 UTC

This package is auto-updated.

Last update: 2024-04-07 03:13:17 UTC


README

SensioLabsInsight

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