kpacha / silex-skeleton
A template for silex-based projects
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- silex/silex: ~1.2
- twig/twig: >=1.8,<2.0-dev
Requires (Dev)
- phpunit/phpunit: ~4.3
This package is not auto-updated.
Last update: 2024-12-31 04:23:30 UTC
README
#silex-skeleton
A template for silex-based projects
##Usage
With composer
$ composer create-project kpacha/silex-skeleton PROJECT_DIR dev-master
And do not keep the .git
file!
Also, remember to customize your composer.json
file with the right values for your project.
##What's included?
Just the basics: silex, twig and phpunit (just in dev
) and the required boilerplate code