This project is no longer maintained! It was never released publicly, this repo is only here for learning/documenting purposes.
The architecture is also quite poorly, as this repo does 3 things:
- REST API: accept incoming requests to process and store CSS
- CSS Parser: build an AST out of incoming CSS
- CSS Analyser: build statistics based on the CSS AST
vendor/bin/phpunit
vendor/bin/phpcs --standard=PSR2 src/
vendor/bin/phpcs --standard=PSR2 test/
vendor/bin/phpcpd src/
vendor/bin/phpcpd test/