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

ActiveLibrary[Admin Panels](/categories/admin)

hopeter1018/sonata-admin-helper-bundle
======================================

Collection of SonataAdmin helpers

1.0.0(5y ago)0112MITPHPPHP &gt;=5.5.9

Since Jul 9Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

sonata-admin-helper-bundle
==========================

[](#sonata-admin-helper-bundle)

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

[](#introduction)

This bundle

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

[](#installation)

### Require the package

[](#require-the-package)

`composer require hopeter1018/sonata-admin-helper-bundle`

### Add to kernel

[](#add-to-kernel)

#### Symfony 4+ or Symfony Flex

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

Add `/config/bundles.php`

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

#### Symfony 2+

[](#symfony-2)

Add `/app/AppKernel.php`

```
$bundles = [
  ...,
  new HoPeter1018\SequentialCounterFormatBundle\HoPeter1018SonataAdminHelperBundle(),
];
```

### Add to doctrine config

[](#add-to-doctrine-config)

```
doctrine:
  orm:
    entity_managers:
      mappings:
        HoPeter1018SonataAdminHelperBundle: ~
```

### Config

[](#config)

```
hopeter1018_sonata_admin_helper:
```

TODO
----

[](#todo)

- \[ \]

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

Unknown

Total

1

Last Release

2184d 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 (3 commits)")

---

Tags

symfonybundlesonata-admin

### Embed Badge

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

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

###  Alternatives

[wandi/easyadmin-plus-bundle

Wandi/EasyAdminPlusBundle

3926.2k](/packages/wandi-easyadmin-plus-bundle)

PHPackages © 2026

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