Skip to content

The tag string generator (Engineered for making XML or HTML5 soup)

License

Notifications You must be signed in to change notification settings

4d47/php-tag-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-tag-helper

The tag string generator (Engineered for making XML or HTML5 soup). With automatic escaping and without string concatenations, printf or HTML/PHP switching.

<?=
Tag::a(['href' => $url, 'title' => $title], Tag::b($name))->br();
?>

There is no documentation but install with composer require 4d47/tag ~2.0 and refer to the tests for usage.

About

The tag string generator (Engineered for making XML or HTML5 soup)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages