https://github.com/hexydec/cssdoc
A token based CSS parser and minifier
https://github.com/hexydec/cssdoc
css-minify-minifier-parser-php
Last synced: 9 months ago
JSON representation
A token based CSS parser and minifier
- Host: GitHub
- URL: https://github.com/hexydec/cssdoc
- Owner: hexydec
- License: mit
- Created: 2020-06-15T21:36:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T00:28:28.000Z (over 1 year ago)
- Last Synced: 2025-06-04T11:58:56.647Z (about 1 year ago)
- Topics: css-minify-minifier-parser-php
- Language: PHP
- Homepage:
- Size: 450 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/readme.md
- License: LICENSE
Awesome Lists containing this project
README
# HTMLdoc
HTMLdoc is a PHP based HTML parser designed for extracting document contents and minification. It has been built as a replacement for simple_html_dom, with a minification process.
- [How it works](how-it-works.md)
- [How to use and examples](how-to-use.md)
- [API Reference](api/readme.md)
- [Object Performance](performance.md)