yuyat / code_path_analyzer
This package is abandoned and no longer maintained.
No replacement package was suggested.
git remote add origin git@github.com:yuya-takeyama/code_path_analyzer.git
v0.0.1
2012-11-11 08:14 UTC
Requires
- php: >=5.2.0
This package is auto-updated.
Last update: 2022-05-25 16:01:48 UTC
README
Analyze code path of specified file using XDebug.
Synopsis
Put below code on first of code you want to analyze as much as possible.
<?php require_once '/path/to/Yuyat/CodePathAnalyzer/Registrar.php'; Yuyat_CodePathAnalyzer_Registrar::registerDefault( array(__FILE__), // You can specify more files you want to analyze // If you want to analyze all files, just specify null '/path/to/save_path', // Analysis result is output here );
License
The MIT License
Author
Yuya Takeyama