corpsee/nameless-source

This package is abandoned and no longer maintained. No replacement package was suggested.

Yet another framework based on Symfony Components.

Installs: 1 288

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:framework

0.9.0 2017-04-17 13:54 UTC

README

PHP Censor Travis CI Latest Version Total downloads License SensioLabs Insight

This package is abandoned and no longer maintained.

Nameless framework

Yet another framework based on Symfony Components.

Installation

You can install Nameless debug package by composer. Add following code to "require" or "require-dev" section of the composer.json:

"require": {
    "corpsee/nameless-source": "0.*"
}

And install dependencies using the Composer:

cd path/to/your-project
php composer.phar install

Usage

Tests

You can run the unit tests with the following commands:

cd path/to/nameless-source
./vendor/bin/phpunit -c ./phpunit.xml

License

The Nameless framework is open source software licensed under the GPL-3.0 license.