mfdj / fluenthtml
stupid simple html creation using pure php
0.2.0
2014-04-20 01:49 UTC
This package is not auto-updated.
Last update: 2024-12-17 03:09:39 UTC
README
#FluentHtml for PHP
Stupid simple way to write html using readable, fluent pure php.
- much cleaner than
<?php echo $value ?>
- lighter than a template language
- simple to extend (using traits)
- ideally suited for rapid prototyping and ad hoc scripts
- stupid simple: no unncesscary abstractions, just a clean intutive api
- intended for quick and dirty situtions
Caveats:
- this is not meant to replace tempaling lanuges (which are
More documentation on it's way.
ToDo:
- Unit Tests!
- Better usage examples!
- Documenation!
========================
License: Be a person. Don't be a shithead.