net_bazzline / classmap_generator
psr-0 和之前版本的 PHP 文件使用的类映射和自动加载生成器 - 它应该能找到每个 PHP 文件中的所有类
v1.4.1
2013-05-09 19:41 UTC
Requires
- php: >=5.3.3
- net_bazzline_component/filesystem: dev-master
- symfony/console: 2.2.*@dev
Requires (Dev)
- mikey179/vfsstream: dev-master
- mockery/mockery: dev-master
- phpunit/phpunit: 3.7.*
README
我仍然喜欢这个想法,但目前没有再开发的用例。
PHP 类映射生成器
PHP 类映射和自动加载生成器
手册
NAME
universal php classmap generator (especially for non psr-0 projects)
SYNOPSIS
net_bazzline_classmap_generator.php command [OPTION]
DESCRIPTION
Creates classmap by iterating over project directories.
Following options are available.
create
Creates classmap if no classmap file exists.
create --force
create -f
Creates classmap even if file exists.
create --classmap
create -c
Creates only classmap file.
create --autoloader
create -a
Creates only autoloader file.
configure
Create the configuration file.
configure --detail
configure -d
Create a full configuration file (generally not needed).
manual
Print this manual.
AUTHOR
Written by Stev Leibelt
REPORTING BUGS
artodeto@arcor.de
SEE ALSO
artodeto.bazzline.ne