corpsee / nameless-source
Yet another framework based on Symfony Components.
Installs: 1 289
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:framework
Requires
- php: >=5.6.0
- ext-mbstring: *
- corpsee/nameless-utilities: 1.0.*
- kriswallsmith/assetic: 1.3.*
- meenie/javascript-packer: 1.1.*
- monolog/monolog: 1.22.*
- natxet/cssmin: 3.0.*
- oyejorge/less.php: 1.7.*
- pimple/pimple: 3.0.*
- psr/log: 1.0.*
- robmorgan/phinx: 0.6.*
- swiftmailer/swiftmailer: 5.4.*
- symfony/config: 2.8.*
- symfony/console: 2.8.*
- symfony/debug: 2.8.*
- symfony/event-dispatcher: 2.8.*
- symfony/filesystem: 2.8.*
- symfony/http-foundation: 2.8.*
- symfony/http-kernel: 2.8.*
- symfony/process: 2.8.*
- symfony/routing: 2.8.*
- symfony/yaml: 2.8.*
Requires (Dev)
- phpunit/phpunit: 5.7.*
README
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.