mini-symfony / skeleton
The mini Symfony skeleton
Installs: 126
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:project
Requires
- php: ^5.5.9|^7.0
- gnugat/micro-framework-bundle: ^0.5.2
- mini-symfony/companion-bundle: ^0.1.0
- paragonie/random_compat: ^2.0
- symfony/console: ^3.0
- symfony/finder: ^3.0
- symfony/yaml: ^3.0
README
Mini Symfony is a skeleton based on Symfony Emtpy Edition and the Micro Framework Bundle.
Installation
composer create-project mini-symfony/skeleton my-project
After the installation is finished you can visit your project eg. http://localhost/my-project/htdocs
.
Wiki
Check the Wiki for tips/how to's
Additions
Check that the bundle you want to use does not require symfony/framework-bundle.
Doctrine
https://github.com/Edwin-Luijten/mini-doctrine-bundle
composer require mini-symfony/mini-doctrine-bundle
Benchmarks
- Clean installation Blackfire graph
Todo
- debug:container command
- debug:router command
- debug:event-dispatcher command
- debugbar
- create a separate package for the debug:command, Appbundle should be removable without losing functionality.
- Environment detection
- Installer