Download the PHP package hlynx/picolo without Composer
On this page you can find all versions of the php package hlynx/picolo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor hlynx
Package picolo
Short Description Picolo CMF
License GPL-3.0+
Homepage https://github.com/hlynx/picolo
Package picolo
Short Description Picolo CMF
License GPL-3.0+
Homepage https://github.com/hlynx/picolo
Please rate this library. Is it a good library?
Informations about the package picolo
Picolo
Picolo is a skeleton for Silex microframework.
Requirements
- PHP >= 5.3
Installation
For production from htdocs/.htaccess delete line
Structure
/app/Application.php
Applications class
/app/bootstrap.php
A place to include providers (database support, twig support, user management support, ...)
/config/
A place for config files (project settings, routing)
/src/
This folder should contain code of your application. Paths to files should be the same as their namespaces.
/templates/
A place for html templates
/htdocs/
Folder where your web server sholuld be pointed.
APP_ENV - default value is prod
APP_ENV = dev - value for development
All versions of picolo with dependencies
PHP Build Version
Package Version
Requires
silex/silex Version
~1.2
doctrine/dbal Version ~2.5
twig/twig Version >=1.8,<2.0-dev
symfony/twig-bridge Version ~2.3
symfony/yaml Version ~2.6
monolog/monolog Version ~1.12
doctrine/dbal Version ~2.5
twig/twig Version >=1.8,<2.0-dev
symfony/twig-bridge Version ~2.3
symfony/yaml Version ~2.6
monolog/monolog Version ~1.12
The package hlynx/picolo contains the following files
Loading the files please wait ....