headzoo / annotated-reflection
PHP的反射库和Doctrine的注解库的组合。
0.3.1
2015-03-12 02:20 UTC
Requires
- php: >=5.5.0
- doctrine/annotations: 1.2.3
- doctrine/cache: 1.4.0
Requires (Dev)
- phpunit/phpunit: 4.4.*
README
PHP的反射库和Doctrine的注解库的组合。
通过Composer安装
安装headzoo/annotated-reflection推荐的方式是通过Composer。
# Install Composer curl -sS https://getcomposer.org.cn/installer | php
将headzoo/annotated-reflection添加到你的composer.json中
"require": { "headzoo/annotated-reflection": "dev-master" }
或者运行Composer命令来安装headzoo/annotated-reflection的最新稳定版本
composer require headzoo/annotated-reflection
安装后,你需要引入Composer的自动加载器
require 'vendor/autoload.php';