znk3r / html_common
PHP 7 compatible fork of HTML_Common
v2.0.1
2019-04-06 10:02 UTC
Requires
- php: ^7.0.0
Requires (Dev)
This package is not auto-updated.
Last update: 2025-04-27 22:22:03 UTC
README
The HTML_Common package provides methods for html code display and attributes handling.
- Methods to set, remove, update html attributes.
- Handles comments in HTML code.
- Handles layout, tabs, line endings for nicer HTML code.
This package is based in the original PEAR library, but the code has been updated to be compatible with newer versions of PHP.
The intention of this project is not to work as a modern alternative, but to provide support for legacy projects still using this library. Please, consider migrating to newer alternatives if possible.
Updates
- Compatible with PHP 7 and newer versions.
- Use of composer autoloader to replace includes.