2017 © Pedro Peláez
 

tool classmap_generator

php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file

image

net_bazzline/classmap_generator

php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file

  • Friday, January 26, 2018
  • by artodeto
  • Repository
  • 1 Watchers
  • 1 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

I still like the idea but there is currently no use case to develop it anymore., (*1)

Classmap generator for PHP

php classmap and autoloader generator, (*2)

Manual

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

History

  • upcomming
    • changed to bazzline/php_component_cli_arguments
    • changed to bazzline/php_component_command
    • splitted into components
    • renamend "bin/net_bazzline_classmap_generator.php" to "bin/net_bazzline_classmap_generator"
  • v1.4.1
    • changed licence to lgpl v3
  • v1.4
    • implemented usage of symfony command
    • implemented validation
  • v0.9
    • initial commit

The Versions

26/01 2018

dev-master

9999999-dev https://github.com/stevleibelt/php_classmap_generator

php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file

  Sources   Download

LGPLv3 LGPL-3.0-or-later

The Requires

 

The Development Requires

php generator autoloader classmap bazzline

09/05 2013

v1.4.1

1.4.1.0 https://github.com/stevleibelt/php_classmap_generator

php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file

  Sources   Download

GPLv3

The Requires

 

The Development Requires

php generator autoloader classmap bazzline

25/04 2013

v1.4

1.4.0.0 https://github.com/stevleibelt/php_classmap_generator

php classmap and autoloader generator for psr-0 and previous php files - it should find all classes in every php file

  Sources   Download

MIT

The Requires

 

The Development Requires

php generator autoloader classmap bazzline

17/04 2013

v0.9

0.9.0.0 https://github.com/stevleibelt/php_classmap_generator

Classmap generator for php files

  Sources   Download

AGPL

The Requires

 

psr generator abstract class interface namespace php 5.3 classmap