Project:
Ding
Code Location:
git://github.com/marcelog/Ding.gitmaster
composer.json
{
"name": "marcelog/ding",
"type": "framework",
"description": "PHP Dependency Injection based on Spring(tm), with Aspect Oriented Programming, MVC",
"keywords": ["dependency", "injection", "di", "aop", "aspect", "event", "mvc", "tcp", "container", "bean", "jsr", "spring", "xml", "yaml", "annotation"],
"homepage": "http://marcelog.github.com/Ding",
"license": "Apache2",
"authors": [
{
"name": "Marcelo Gornstein",
"email": "marcelog@gmail.com",
"homepage": "http://marcelog.github.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "pear",
"url": "http://pear.apache.org/log4php/"
}],
"autoload": {
"psr-0": {
"Ding": "src/mg"
}
},
"require": {
"php": ">=5.3.3",
"pear-log4php/Apache_log4php": ">=2.1.0"
}
}
