PHPackages                             nobru/starter - 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. nobru/starter

ActiveLibrary[Admin Panels](/categories/admin)

nobru/starter
=============

Simple SaaS administration for Symfony2

1.0.0(2y ago)3147PHPPHP &gt;=5.3

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Nobru/Starter)[ Packagist](https://packagist.org/packages/nobru/starter)[ Docs](http://starter.nobru.com.br)[ RSS](/packages/nobru-starter/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Starter admin for Symfony2
==========================

[](#starter-admin-for-symfony2)

Starter is a set of Symfony Bundles that helps you to easily create simple SaaS administration.

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

[](#installation)

1. Add the dependencie on composer.json file:

```
    "require": {
        "nobru/starter": "dev-master"
    }

```

2. Add the Starter bundles on app/AppKernel.php:

```
    public function registerBundles()
    {
        $bundles = array(

            ...

            new Starter\DashboardBundle\StarterDashboardBundle(),
            new Starter\BaseBundle\StarterBaseBundle(),
            new Starter\BillingBundle\StarterBillingBundle(),
            new Starter\PlanBundle\StarterPlanBundle(),
            new Starter\UserBundle\StarterUserBundle(),
        );

        ...
    }
```

3. Add the starter route on app/config/routing.yml

```
main:
    resource: "@StarterDashboardBundle/Resources/config/routing.yml"
    prefix: /starter

```

4. Add the StarterBaseBundle to the asstic config on app/config.yml

```
assetic:
    debug:          "%kernel.debug%"
    use_controller: false
    bundles:        ["StarterBaseBundle"]

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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

965d ago

### Community

Maintainers

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

---

Top Contributors

[![nobru](https://avatars.githubusercontent.com/u/605079?v=4)](https://github.com/nobru "nobru (13 commits)")

### Embed Badge

![Health badge](/badges/nobru-starter/health.svg)

```
[![Health](https://phpackages.com/badges/nobru-starter/health.svg)](https://phpackages.com/packages/nobru-starter)
```

###  Alternatives

[leung/laravel-adminer

adminer for laravel5.\*

169.0k](/packages/leung-laravel-adminer)

PHPackages © 2026

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