PHPackages                             hopeter1018/service-helper-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. hopeter1018/service-helper-bundle

ActiveLibrary

hopeter1018/service-helper-bundle
=================================

1.0.3(5y ago)08MITPHPPHP &gt;=5.5.9

Since Sep 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hopeter1018/service-helper-bundle)[ Packagist](https://packagist.org/packages/hopeter1018/service-helper-bundle)[ RSS](/packages/hopeter1018-service-helper-bundle/feed)WikiDiscussions master Synced yesterday

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

service-helper-bundle
=====================

[](#service-helper-bundle)

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

[](#introduction)

This bundle aims to generate service registry structure

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

[](#installation)

### Require the package

[](#require-the-package)

`composer require hopeter1018/service-helper-bundle`

### Add to kernel

[](#add-to-kernel)

#### Symfony 4+ or Symfony Flex

[](#symfony-4-or-symfony-flex)

Add `/config/bundles.php`

```
return [
  ...,
  HoPeter1018\ServiceHelperBundle\HoPeter1018ServiceHelperBundle::class => ['all' => true],
];
```

#### Symfony 2+

[](#symfony-2)

Add `/app/AppKernel.php`

```
$bundles = [
  ...,
  new HoPeter1018\ServiceHelperBundle\HoPeter1018ServiceHelperBundle(),
];
```

### Config

[](#config)

- No config required in this moment

Dependencies
------------

[](#dependencies)

- Global command `php-cs-fixer` required during comand execution

Usage
-----

[](#usage)

### Command

[](#command)

#### `hopeter1018:service-helper:generate-registry`

[](#hopeter1018service-helpergenerate-registry)

- Generate:
    - registry class php
    - service interface php
    - CompilerPass php
    - service xml
- Register:
    - in \*Bundle.php
    - in \*Extension.php

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~12 days

Total

3

Last Release

2035d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5951ab0c369dd2beaddbccdc92a31e17d767580ba6b0a6f06a4895e50fbe117?d=identicon)[hopeter1018](/maintainers/hopeter1018)

---

Top Contributors

[![hopeter1018](https://avatars.githubusercontent.com/u/6047177?v=4)](https://github.com/hopeter1018 "hopeter1018 (7 commits)")

---

Tags

symfonybundleserviceregistry

### Embed Badge

![Health badge](/badges/hopeter1018-service-helper-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/hopeter1018-service-helper-bundle/health.svg)](https://phpackages.com/packages/hopeter1018-service-helper-bundle)
```

PHPackages © 2026

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