PHPackages                             katsuo-ryuu/kryuu-cool-console - 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. katsuo-ryuu/kryuu-cool-console

ActiveLibrary

katsuo-ryuu/kryuu-cool-console
==============================

An extension of the console modules in ZF2, this handles boxes grid views and more.

015PHP

Since May 7Pushed 10y ago1 watchersCompare

[ Source](https://github.com/KatsuoRyuu/KryuuCoolConsole)[ Packagist](https://packagist.org/packages/katsuo-ryuu/kryuu-cool-console)[ RSS](/packages/katsuo-ryuu-kryuu-cool-console/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

About Cool Console
==================

[](#about-cool-console)

This is a module that helps building a more nice interface when the ZF2 application is running in console view. At this stage it's still in the beta stage and need a lot of improvements, like more advanced selectors lists and more.

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

[](#installation)

### Main Setup

[](#main-setup)

#### With composer

[](#with-composer)

1. Add this project and [KryuuCoolConsole](https://github.com/KatsuoRyuu/KryuuCoolConsole) in your composer.json:

    ```
    "require": {
        "katsuo-ryuu/kryuu-cool-console": "dev-master"
    }
    ```
2. Now tell composer to download KryuuCoolConsole by running the command:

    ```
    $ php composer.phar update
    ```

Creating a simple view
----------------------

[](#creating-a-simple-view)

**NOTICE** The system currently only have one view type "grid"

```
