Skip to content

PrimeKoboDevlopement/php-css-parser-analyser

 
 

Repository files navigation

Abandoned project!

This project is no longer maintained! It was never released publicly, this repo is only here for learning/documenting purposes.

Architecture

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

Running tests

vendor/bin/phpunit
vendor/bin/phpcs --standard=PSR2 src/
vendor/bin/phpcs --standard=PSR2 test/
vendor/bin/phpcpd src/
vendor/bin/phpcpd test/

About

DEPRECATED - PHP library for parsing and analysing CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • ApacheConf 0.3%