PHPackages                             survos/code-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. survos/code-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

survos/code-bundle
==================

generate PHP code for Symfony applications. Like maker-bundle, but with nette/php-generator

2.10.19(3w ago)01.1k↑24.4%MITPHPPHP ^8.5

Since Jul 15Pushed 1w ago2 watchersCompare

[ Source](https://github.com/survos/code-bundle)[ Packagist](https://packagist.org/packages/survos/code-bundle)[ GitHub Sponsors](https://github.com/kbond)[ RSS](/packages/survos-code-bundle/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (260)Versions (281)Used By (0)

survos/code-bundle
==================

[](#survoscode-bundle)

Generate PHP code for Symfony applications. Like maker-bundle, but with nette/php-generator

Prerequistes for the demo

- php 8.4+
- Symfony CLI
- meilisearch

docker-compose.yaml

```
```

The bundle requires 2 classes, but you have to explicitly request them because of being in the --dev environment.

```
composer require --dev survos/code-bundle nikic/php-parser nette/php-generator
```

```
symfony new --webapp playground && cd playground
composer req survos/code-bundle --dev
```

General Idea
------------

[](#general-idea)

When making 'controller' (lower-case), we're referring to a method in a Controller class.

Now let's create a simple command.

```
bin/console survos:make:command app:shout "greet someone, optionally in all caps"
```

###  Health Score

53

—

FairBetter than 96% of packages

Maintenance97

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity74

Established project with proven stability

 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

Every ~1 days

Total

280

Last Release

24d ago

Major Versions

1.5.602 → 2.0.132025-09-28

PHP version history (2 changes)1.5.601PHP ^8.4

2.8.0PHP ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/21b39551f92ed4143772c622f9e571589c5a72c96ab3c53fe67489ce0d83e806?d=identicon)[tacman1123](/maintainers/tacman1123)

---

Top Contributors

[![tacman](https://avatars.githubusercontent.com/u/619585?v=4)](https://github.com/tacman "tacman (30 commits)")

---

Tags

phpdevcodegenerator

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/survos-code-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

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

PHPackages © 2026

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