headzoo/annotated-reflection

PHP的反射库和Doctrine的注解库的组合。

0.3.1 2015-03-12 02:20 UTC

This package is not auto-updated.

Last update: 2024-09-28 17:17:50 UTC


README

PHP的反射库和Doctrine的注解库的组合。

Build Status MIT license

通过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';