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

https://github.com/linkorb/phpcsui

PHPCS User Interface
https://github.com/linkorb/phpcsui

Last synced: 3 months ago
JSON representation

PHPCS User Interface

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