https://github.com/kabirbaidhya/inspector
Inspector - A source code analyzer for PHP in PHP
https://github.com/kabirbaidhya/inspector
analysis analyzer cli inspector php source-code
Last synced: 10 months ago
JSON representation
Inspector - A source code analyzer for PHP in PHP
- Host: GitHub
- URL: https://github.com/kabirbaidhya/inspector
- Owner: kabirbaidhya
- Created: 2015-09-18T14:29:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T22:00:20.000Z (over 8 years ago)
- Last Synced: 2025-05-22T06:44:56.743Z (about 1 year ago)
- Topics: analysis, analyzer, cli, inspector, php, source-code
- Language: PHP
- Homepage:
- Size: 1.24 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inspector
[](https://travis-ci.org/kabirbaidhya/Inspector)
[](https://scrutinizer-ci.com/g/kabirbaidhya/Inspector/?branch=master)
[](https://codeclimate.com/github/kabirbaidhya/Inspector)
[](https://scrutinizer-ci.com/g/kabirbaidhya/Inspector/?branch=master)
A source code analyzer for PHP.
### Screenshots
#### 
#### 
#### 
#### 
#### 
#### 
#### 
#### 
#### 
#### 
### Dependencies
* PHP 5.5.9+
* [PhpParser](https://github.com/nikic/PHP-Parser)
* [Symfony Console](https://github.com/symfony/Console)
### Contribution guidelines
* Code should strictly conform to [PSR-2](http://www.php-fig.org/psr/psr-2/)
* [PSR-4](http://www.php-fig.org/psr/psr-4/) should be used for Autoloading.
* Write unit tests based on [PHPUnit](https://github.com/sebastianbergmann/phpunit)