PHPackages                             jonathankablan/fast-entity-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. jonathankablan/fast-entity-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

jonathankablan/fast-entity-bundle
=================================

Generator for Symfony applications - entity with relation

121PHPCI failing

Since Nov 4Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jonathankablan/FastEntityBundle)[ Packagist](https://packagist.org/packages/jonathankablan/fast-entity-bundle)[ RSS](/packages/jonathankablan-fast-entity-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

FastEntityBundle
================

[](#fastentitybundle)

[![Build Status](https://camo.githubusercontent.com/dacafb09d4bf062fccb3dc244e5aaff769395d31d2cc8c61c9fee17d1b2ecdf6/68747470733a2f2f7472617669732d63692e6f72672f6a6f656d6363616e6e2f64696c6c696e6765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/joemccann/dillinger)

FastEntityBundle Composant Bundle to Generate entity and relation with a config yaml

### Installation

[](#installation)

```
    $ composer require jonathankablan/fast-entity-bundle

```

### Command

[](#command)

```
    $ bin/console magic:entity

```

### Config Yaml

[](#config-yaml)

Create file of config : fast\_entity.yaml

Symfony\_project/config/packages/fast\_entity.yaml

```
fast_entity:
    tables:
        - { name: 'admin' }
        - { name: 'formation' }
    schema:
        # User
        - { entity: 'admin', property: 'username', type: 'string', length: 255, nullable: true }
        - { entity: 'admin', property: 'password', type: 'string', length: 255, nullable: true }
        - { entity: 'admin', property: 'email', type: 'string', length: 255, nullable: true }
        - { entity: 'admin', property: 'active', type: 'boolean', nullable: true }
        - { entity: 'admin', property: 'created', type: 'datetime', nullable: true }
        - { entity: 'admin', property: 'updated', type: 'datetime', nullable: true }
        # Conference
        - { entity: 'formation', property: 'location', type: 'string', length: 255, nullable: true }
        - { entity: 'formation', property: 'price', type: 'integer', length: 11, nullable: true }
        - { entity: 'formation', property: 'created', type: 'datetime', nullable: true }
        - { entity: 'formation', property: 'updated', type: 'datetime', nullable: true }
    relations:
        - { entityTo: 'admin', entityFrom: 'formation', relation: 'OneToOne' }

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6aa5062dc3c8c4903f6942ed953ed5defb965579ca92985ad16f9758057569de?d=identicon)[jonathankablan](/maintainers/jonathankablan)

---

Top Contributors

[![Jonathanlight](https://avatars.githubusercontent.com/u/14360142?v=4)](https://github.com/Jonathanlight "Jonathanlight (27 commits)")

---

Tags

bundlemakerphp7symfony

### Embed Badge

![Health badge](/badges/jonathankablan-fast-entity-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jonathankablan-fast-entity-bundle/health.svg)](https://phpackages.com/packages/jonathankablan-fast-entity-bundle)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
