sandrokeil / php-reflect

Library that adds the ability to reverse-engineer classes, interfaces, functions, constants and more.

Home Page:http://php5.laurent-laville.org/reflect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Reflect

PHP Reflect is a library that adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.

Both were distributed as source code (install via composer) and a PHAR version that bundles all dependencies in a single file.

Requirements

PHP 5.5.0 or above.

Install

You can either :

  • download the phar version 4.3.0

  • install via packagist the current source dev-master

Documentation

The documentation for PHP Reflect 4.2 is available in English to read it online or download to read it later (multiple formats).

AsciiDoc source code are available on docs folder of the repository.

Authors

  • Laurent Laville

  • Thanks to Nikita Popov who wrote a marvellous PHP Parser and simplify the job of PHP Reflect.

  • Thanks also to Remi Collet, a contributor of first hours.

License

This handler is licensed under the BSD-3-clauses License - see the LICENSE file for details

About

Library that adds the ability to reverse-engineer classes, interfaces, functions, constants and more.

http://php5.laurent-laville.org/reflect/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 97.8%Language:Roff 2.2%