1 Star 0 Fork 8

appsolution / microAOP

forked from 董楠 / microAOP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 485 Bytes
一键复制 编辑 原始数据 按行查看 历史
董楠 提交于 2015-09-27 15:01 . 更新描述
{
"name": "dongnan/microaop",
"type": "library",
"description": "A mirco & powerful AOP library for PHP",
"keywords": ["microaop", "aop", "library"],
"homepage": "http://github.com/dongnan/microAOP/",
"license": "MIT",
"authors": [
{
"name": "dongnan",
"email": "hidongnan@gmail.com"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {"microAOP\\": "src/microAOP/"}
}
}
PHP
1
https://gitee.com/appsolution/microAOP.git
git@gitee.com:appsolution/microAOP.git
appsolution
microAOP
microAOP
master

搜索帮助