umbrella-code / umbrella
The Umbrella PHP Framework
0.1.0
2014-05-19 16:27 UTC
Requires
- php: >=5.3.3
- doctrine/orm: >=2.3.5
- filp/whoops: 1.*
- monolog/monolog: >=1.9.1
- symfony/validator: >=2.4.4
- symfony/yaml: >=2.3.0
- twig/twig: 1.*
This package is not auto-updated.
Last update: 2024-12-21 17:12:11 UTC
README
The Umbrella PHP Framework.
##Installation
If you would like to use the Umbrella Framework in your app simply add the following to your composer.json
file and run
composer install
"require": { "umbrella-code/umbrella": "dev-master", },
##Warning
This framework is still in development. There are still security implementations that need to be added and refined.
##License
Please see the LICENSE
file for more information on the license that ships with this framework.