1 Star 0 Fork 5

逸_风 / php-event-manager

forked from inhere / php-event-manager 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2017-10-16 22:36 . init project
{
"name": "inhere/event",
"type": "library",
"description": "event manager library of the php",
"keywords": ["library","event","event-dispatcher"],
"homepage": "https://github.com/inhere/php-event-manager",
"license": "MIT",
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "http://www.yzone.net/"
}
],
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-4": {
"Inhere\\Event\\" : "src/"
}
},
"suggest": {
"inhere/php-validate": "Very lightweight data validate tool library",
"inhere/console": "a lightweight php console application library."
}
}
PHP
1
https://gitee.com/ztao/php-event-manager.git
git@gitee.com:ztao/php-event-manager.git
ztao
php-event-manager
php-event-manager
master

搜索帮助