yuyat / code_path_analyzer
git remote add origin git@github.com:yuya-takeyama/code_path_analyzer.git
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/yuyat/code_path_analyzer
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