Download the PHP package 4d47/tag without Composer
On this page you can find all versions of the php package 4d47/tag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor 4d47
Package tag
Short Description Tag string generator (Engineered for making soup)
License MIT
Package tag
Short Description Tag string generator (Engineered for making soup)
License MIT
Please rate this library. Is it a good library?
Informations about the package tag
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.
All versions of tag with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package 4d47/tag contains the following files
Loading the files please wait ....