https://github.com/jream/php-syntax-checker
Easy as Pie
https://github.com/jream/php-syntax-checker
Last synced: 10 months ago
JSON representation
Easy as Pie
- Host: GitHub
- URL: https://github.com/jream/php-syntax-checker
- Owner: JREAM
- Created: 2014-03-10T05:51:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-01T05:35:35.000Z (about 12 years ago)
- Last Synced: 2025-06-20T23:08:22.794Z (12 months ago)
- Language: Shell
- Size: 114 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PHP Syntax Checker
From [JREAM](http://jream.com)
This is the **most reliable PHP syntax checker** you will ever use. It will instantly
recursively scan every file of yours to spot a syntax error in seconds.
The error checking relies **100% on PHP's built in Linter**.
This amazing project file size is only `54 Bytes`. Every step was taken to use as little
space as possible.
## Usage
With much power comes much responsibility. You must type the following command followed
by a path. You can use a period `.` to scan every PHP file if you desire.
$ check.sh
## Installation
Windows: You need to have PHP in your environment variables accessible through command line.
You should also be using Git-SCM for a good terminal.
Linux/OSX: You should have `$ php` accessible with your user.