https://github.com/linkorb/phpcsui
PHPCS User Interface
https://github.com/linkorb/phpcsui
Last synced: 3 months ago
JSON representation
PHPCS User Interface
- Host: GitHub
- URL: https://github.com/linkorb/phpcsui
- Owner: linkorb
- Created: 2014-10-23T20:45:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T19:22:47.000Z (over 2 years ago)
- Last Synced: 2024-05-06T21:00:15.707Z (about 2 years ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPCS UI
A web ui for PHPCS
# Installation
## Install dependencies
composer install
## Starting server
php -S 0.0.0.0:8888 -t web
now open 127.0.0.1:8888 in your browser