PHPackages                             tweedegolf/service-generator - 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. tweedegolf/service-generator

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

tweedegolf/service-generator
============================

Generate Symfony service based on definition in services.yml

v0.1(9y ago)011MITPHPPHP &gt;=5.6.0

Since Mar 20Pushed 9y ago3 watchersCompare

[ Source](https://github.com/tweedegolf/service-generator)[ Packagist](https://packagist.org/packages/tweedegolf/service-generator)[ RSS](/packages/tweedegolf-service-generator/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Tweede Golf Symfony Service Generator
=====================================

[](#tweede-golf-symfony-service-generator)

Generates PHP class files from service definitions found in app/config/services.yml

Usage: `bin/symfony generate:service`

This command will prompt you to generate all classes that are defines in `services.yml` but do not exist in the current namespace.

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

[](#installation)

Using [Composer](https://getcomposer.org/) add the bundle to your requirements:

```
composer require --dev tweedegolf/service-generator
```

### Add the bundle to your AppKernel

[](#add-the-bundle-to-your-appkernel)

Finally add the bundle in `app/AppKernel.php`:

```
public function registerBundles()
{
    $bundles = [
        // ...
    ];

    if (in_array($this->getEnvironment(), ['dev', 'test'])) {
        // ...
        $bundles[] = new TweedeGolf\ServiceGenerator\ServiceGeneratorBundle();
    }

    return $bundles;
}
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

3388d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8df75c1b70003dca1beac9b4cd2f57b8f144cc20a4af6d0d227c64d1c48f1baf?d=identicon)[tweedegolf](/maintainers/tweedegolf)

---

Top Contributors

[![marlonbaeten](https://avatars.githubusercontent.com/u/885089?v=4)](https://github.com/marlonbaeten "marlonbaeten (8 commits)")

### Embed Badge

![Health badge](/badges/tweedegolf-service-generator/health.svg)

```
[![Health](https://phpackages.com/badges/tweedegolf-service-generator/health.svg)](https://phpackages.com/packages/tweedegolf-service-generator)
```

PHPackages © 2026

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