A PHP library for OOP construction, manipulation, and rendering of HTML.
Find a file
Joby Elliott 4bff7f2f87 cleaning up and updating
Brought phpstan and phpunit versions up, and fixed phpunit deprecations. I just deleted a bunch of tests of abstract classes, because phpunit has deprecated it and that stuff should all be getting tested every which way downstream anyway.
2024-07-11 19:33:51 -06:00
.github/workflows cleaning up and updating 2024-07-11 19:33:51 -06:00
src consolidated height/width helpers into a trait 2023-09-13 21:54:38 +00:00
tests cleaning up and updating 2024-07-11 19:33:51 -06:00
.gitignore initial commit of new version 2022-11-30 07:55:35 -07:00
composer.json cleaning up and updating 2024-07-11 19:33:51 -06:00
LICENSE cleaning up and updating 2024-07-11 19:33:51 -06:00
phpstan.neon cleaning up and updating 2024-07-11 19:33:51 -06:00
phpunit.xml cleaning up and updating 2024-07-11 19:33:51 -06:00
README.md updated readme 2023-09-08 23:35:07 +00:00

byjoby/html-object-strings

PHPStan PHPUnit

A library used for building and manipulating HTML tags, fragments, and documents through an object-oriented interface.