Html
Html copied to clipboard
A Virtual DOM based templating-engine for PHP
The goal is to be compatible with every PHP version that has official security support.
The doc-comment of VoidElement currently mentions NormalElement instead of VoidElement.
Launch a documentation-website that includes at least a detailed guide and a complete api-reference. The api-reference should be auto-generated, the documentation-generator should have its own GitHub-repository. At the moment, a...
Most of the factory-functions are curried and are annotated with return-type `callable`. This type is not very precise. Phan provides refined types for `callable` and `closure`, that let's us type...
Phan is a static code analyzer for PHP, which among other features includes a static type checker. Add a phan-configuration-file and remove all warnings from the code-base.
Packagist uses git archives for deployment, currently the archive of teein/html includes the entire file-tree, including our logo and files that are meant solely for development. Add a .gitattributes-file and...