= PHP_Reflect
:description: Reverse-engineer classes, interfaces, functions, constants, namespaces and more.
include::revision.txt[]
include::attributes.txt[]


.{revdate}: PHP_Reflect {revnumber} Released
************************************************************************
*Release highlights:*

- Fix one bug about trait detection.
- Drop PHP 5.2 support. 

Read the link:CHANGELOG.html[CHANGELOG] for a full list of all
additions, changes and bug fixes. Changes are documented in the
updated link:phpreflect-book.html[User Guide]. See the
link:INSTALL.html[Installation page] for downloads and installation instructions.

'Laurent Laville'
************************************************************************

== Introduction

include::introduction.txt[]

== Documentation

[role="lead"]
Head to the PHP_Reflect link:phpreflect-book.html[User Guide] available online
for information or examples to get started.

The PHP_Reflect book is available in a selection of formats.
You can download the documentation for offline reading.

[options="header", role="table table-bordered"]
|===========================
| Language | Single HTML file | Many HTML files | HTML Help file | PDF A4 file | PDF US file | EPUB file
| English | link:{mandir}/en/phpreflect-book.html.zip[phpreflect-book.html.zip] | link:{mandir}/en/phpreflect-book.chunked.zip[phpreflect-book.chunked.zip] | link:{mandir}/en/phpreflect-book.chm.zip[phpreflect-book.chm.zip] | link:{mandir}/en/phpreflect-book-a4.pdf[phpreflect-book-a4.pdf] | link:{mandir}/en/phpreflect-book-us.pdf[phpreflect-book-us.pdf] | link:{mandir}/en/phpreflect-book.epub.zip[phpreflect-book.epub.zip]
|===========================

== Appendixes

=== Changelog

You want to learn more about previous versions. Read the full link:CHANGELOG.html[changelog].

=== License

You are free to do whatever you want, even in a commercial environment.
You are also encouraged to contribute.
Read the full link:LICENSE.html[license].

=== Credits

[quote, Sebastian Bergmann, https://github.com/sebastianbergmann/]
____
Original author of https://github.com/sebastianbergmann/php-token-stream[PHPUnit/PHP_Token_Stream],
that show me the way with his base concept to produce an extendable package .
____

=== Links

All pages of this site, and user guide were generated with AsciiDoc 8.6.8,
assisted by FOP 1.0 (for PDFs). Automated build process uses Phing 2.6.1

Convert the HTML Help source (.hhp and .html) files to HTML Help (.chm) files
using the Microsoft HTML Help Compiler.

* http://www.methods.co.nz/asciidoc/index.html[AsciiDoc]
* http://pygments.org/[Pygments - Python syntax highlighter]
* http://xmlgraphics.apache.org/fop/[Apache FOP]
* http://msdn.microsoft.com/en-us/library/ms670169%28VS.85%29.aspx[Microsoft HTML Help Compiler]
* http://phing.info/trac/[Phing]
