net_bazzline/classmap_generator

psr-0 和之前版本的 PHP 文件使用的类映射和自动加载生成器 - 它应该能找到每个 PHP 文件中的所有类

v1.4.1 2013-05-09 19:41 UTC

This package is auto-updated.

Last update: 2024-09-05 19:39:44 UTC


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

历史

  • 即将推出
    • 改为 bazzline/php_component_cli_arguments
    • 改为 bazzline/php_component_command
    • 拆分为组件
    • 将 "bin/net_bazzline_classmap_generator.php" 重命名为 "bin/net_bazzline_classmap_generator"
  • v1.4.1
    • 将许可协议改为 lgpl v3
  • v1.4
    • 实现了 symfony 命令的使用
    • 实现了验证
  • v0.9
    • 初始提交