PHPackages                             manhattan/console-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. [Security](/categories/security)
4. /
5. manhattan/console-bundle

AbandonedSymfony-bundle[Security](/categories/security)

manhattan/console-bundle
========================

Easy integration of console system for Manhattan Console in Symfony2

v1.0.0(12y ago)29211MITPHPPHP &gt;=5.3.2

Since Oct 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/frodosghost/ConsoleBundle)[ Packagist](https://packagist.org/packages/manhattan/console-bundle)[ RSS](/packages/manhattan-console-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

Manhattan Console Bundle
========================

[](#manhattan-console-bundle)

[![Build Status](https://camo.githubusercontent.com/b1cb70ab39114823e3a00d7fb3cb4828cfc7771ac13c01adda132d6dd24fb479/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f66726f646f7367686f73742f436f6e736f6c6542756e646c652e706e67)](http://travis-ci.org/frodosghost/ConsoleBundle)

What
----

[](#what)

Console Bundle is a basic backend system for managing websites. It is a the basic container of a CMS, allowing individual configuration for other bundles to be included. It includes that ability to reuse Styles, Layout, Menu Building and User Management to give clients a way to manage data, or Users.

Documentation
-------------

[](#documentation)

All the documentation is located in the [documentation](https://github.com/frodosghost/ConsoleBundle/blob/master/index.md).

Installing
----------

[](#installing)

1. Add this bundle to the composer file:

    ```
     {
         "require": {
             ...
             "manhattan/console-bundle": "dev-master"
         }
     }

    ```
2. Add this bundle to your app kernel:

    ```
     // app/AppKernel.php
     public function registerBundles()
     {
         return array(
             // ...
             new Manhattan\Bundle\ConsoleBundle\ManhattanConsoleBundle(),
             new Ornj\Bundle\MarkdownBundle\OrnjMarkdownBundle(),
             new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
             new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
             new Knp\Bundle\MenuBundle\KnpMenuBundle(),
             new FOS\UserBundle\FOSUserBundle(),
             // ...
         );
     }

    ```
3. Add the routing to the `config.yml` routing

    ```
     _console_bundle:
     resource: "@ManhattanConsoleBundle/Resources/config/routing.yml"

    ```
4. Under the `imports:` line in `app/config.yml` put the security file for the bundle before the `security.yml` line. This will allow application overloading of the bundle security file:

    ```
     - { resource: '@ManhattanConsoleBundle/Resources/config/security.yml' }
     - { resource: security.yml }

    ```

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 98.6% 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 ~281 days

Total

4

Last Release

3854d ago

Major Versions

v1.0.0 → 2.0.x-dev2013-11-13

2.0.x-dev → v3.0.x-dev2016-01-25

### Community

Maintainers

![](https://www.gravatar.com/avatar/560bd90722157870b6a81651807fca5794a983cb52642922f8aaeb80b4146868?d=identicon)[frodosghost](/maintainers/frodosghost)

---

Top Contributors

[![frodosghost](https://avatars.githubusercontent.com/u/103463?v=4)](https://github.com/frodosghost "frodosghost (340 commits)")[![whitetuna1](https://avatars.githubusercontent.com/u/225023?v=4)](https://github.com/whitetuna1 "whitetuna1 (5 commits)")

---

Tags

securitylayout

### Embed Badge

![Health badge](/badges/manhattan-console-bundle/health.svg)

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M418](/packages/easycorp-easyadmin-bundle)[gregwar/captcha-bundle

Captcha bundle

3524.9M36](/packages/gregwar-captcha-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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