An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Inspector

[![Build Status](https://travis-ci.org/kabirbaidhya/Inspector.svg)](https://travis-ci.org/kabirbaidhya/Inspector)
[![Code Coverage](https://scrutinizer-ci.com/g/kabirbaidhya/Inspector/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/kabirbaidhya/Inspector/?branch=master)
[![Code Climate](https://codeclimate.com/github/kabirbaidhya/Inspector/badges/gpa.svg)](https://codeclimate.com/github/kabirbaidhya/Inspector)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/kabirbaidhya/Inspector/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/kabirbaidhya/Inspector/?branch=master)

A source code analyzer for PHP.

### Screenshots

#### ![1](resources/misc/shots/1.png)

#### ![2](resources/misc/shots/2.png)

#### ![3](resources/misc/shots/3.png)

#### ![4](resources/misc/shots/4.png)

#### ![5](resources/misc/shots/5.png)

#### ![6](resources/misc/shots/6.png)

#### ![7](resources/misc/shots/7.png)

#### ![8](resources/misc/shots/8.png)

#### ![9](resources/misc/shots/9.png)

#### ![10](resources/misc/shots/10.png)

### 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)