Skip to content
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.

ReflectionBrowser/ReflectionBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReflectionBrowser

A webapp to browse the PHP runtime, like classes, methods, extensions. If you want to see a demo? Go to http:https://reflection-browser.herokuapp.com/!

Why did I write ReflectionBrowser?

I'd like to have a view into the PHP runtime world. This helps to understand the program you try to write. I couldn't find such app, so I've written it!

Key features

  • No external dependencies
  • A very sweet way to explore the PHP runtime
  • Documentation by looking what is actually there

Known issues

  • No active maintainer, but I'm available for help to get you started. (Please open an issue if you like to take over!)
  • No support for code and extension loading for a code base inspection. This can be done by loading the source via include() in index.php or make it sweet by exposing it in the UI. You can keep track of the loaded stuff in a session which makes it multi-user friendly.
  • No symbol search.
  • Not profiled and optimized for performance because for me it is fast enough.

About

Reflection browser app for PHP 5.6 (using Zend Engine and HHVM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages