PHPackages                             akyos/maker-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. [Admin Panels](/categories/admin)
4. /
5. akyos/maker-bundle

ActiveLibrary[Admin Panels](/categories/admin)

akyos/maker-bundle
==================

A Symfony Maker Bundle for creating CRUD with live components.

1.0(1y ago)02MITPHPPHP &gt;=8.1

Since Mar 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/akyoscommunication/maker-bundle)[ Packagist](https://packagist.org/packages/akyos/maker-bundle)[ RSS](/packages/akyos-maker-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Maker Bundle
============

[](#maker-bundle)

Introduction
------------

[](#introduction)

Le Maker Bundle est un outil conçu pour simplifier la création de fonctionnalités dans vos projets Symfony. Il fournit des commandes personnalisées pour générer rapidement du code et des configurations nécessaires.

Installation
------------

[](#installation)

1. Assurez-vous que le bundle est inclus dans votre fichier `composer.json`.
2. Exécutez la commande suivante pour installer les dépendances : ```
    composer install
    ```
3. Vérifiez que le bundle est bien enregistré dans le fichier `config/bundles.php` : ```
    return [
        // ...existing bundles...
        Akyos\MakerBundle\AkyosMakerBundle::class => ['all' => true],
    ];
    ```

Utilisation
-----------

[](#utilisation)

### Commandes Disponibles

[](#commandes-disponibles)

#### 1. Génération de CRUD

[](#1-génération-de-crud)

Utilisez la commande suivante pour générer un CRUD :

```
php bin/console make:akyos-crud
```

Cette commande vous guidera à travers les étapes nécessaires pour créer un CRUD complet.

### Personnalisation

[](#personnalisation)

Les fichiers générés peuvent être modifiés selon vos besoins. Vous pouvez trouver les fichiers générés dans les répertoires appropriés, tels que `src/Controller`, `src/Entity`, et `templates/`.

Support
-------

[](#support)

Pour toute question ou problème, veuillez consulter la documentation officielle ou contacter l'équipe de développement.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance42

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

467d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0712a2a59177f1f0b0e6be094ae8db913fcde12ed95915eb8b89992f66afade8?d=identicon)[AkyosDev](/maintainers/AkyosDev)

---

Top Contributors

[![JOULKVAJohan](https://avatars.githubusercontent.com/u/64126256?v=4)](https://github.com/JOULKVAJohan "JOULKVAJohan (2 commits)")

---

Tags

phpsymfony-uxcrudattributelive component

### Embed Badge

![Health badge](/badges/akyos-maker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/akyos-maker-bundle/health.svg)](https://phpackages.com/packages/akyos-maker-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[symfony/ux-live-component

Live components for Symfony

1647.0M128](/packages/symfony-ux-live-component)[forumify/forumify-platform

122.0k14](/packages/forumify-forumify-platform)[inani/nova-resource-maker

A Laravel Nova package to help you generate resources fields

2513.7k](/packages/inani-nova-resource-maker)

PHPackages © 2026

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