Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonuexe/php-php-checker
Simple PHP checker
https://github.com/zonuexe/php-php-checker
Last synced: about 2 months ago
JSON representation
Simple PHP checker
- Host: GitHub
- URL: https://github.com/zonuexe/php-php-checker
- Owner: zonuexe
- License: other
- Created: 2014-10-19T18:01:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T02:09:21.000Z (about 9 years ago)
- Last Synced: 2024-10-27T05:24:25.255Z (about 2 months ago)
- Language: PHP
- Homepage: https://packagist.org/packages/zonuexe/php-checker
- Size: 173 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Simple PHP Checker
==================[![Build Status](https://travis-ci.org/zonuexe/php-php-checker.svg?branch=master)](https://travis-ci.org/zonuexe/php-php-checker)
[![Downloads this Month](https://img.shields.io/packagist/dm/zonuexe/php-checker.svg)](https://packagist.org/packages/zonuexe/php-checker)Description
-----------`Teto\PHPChecker` is a simple PHP code checker.
Requirements
------------* PHP (5.4+)
* `ext/tokenizer`Install
-------### Composer
```
# Project local (dev)
$ composer require --dev zonuexe/php-checker# Global install
$ composer g require zonuexe/php-checker
```Usage
-----```
$ ./bin/phpchecker Teto\\PHPChecker src/
```Copyright
---------> Simple PHP checker
>
> Copyright (c) 2014 USAMI Kenta