Download the PHP package felixdorn/tag without Composer
On this page you can find all versions of the php package felixdorn/tag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download felixdorn/tag
More information about felixdorn/tag
Files in felixdorn/tag
Download felixdorn/tag
More information about felixdorn/tag
Files in felixdorn/tag
Vendor felixdorn
Package tag
Short Description Generates HTML in a clean and convenient syntax.
License MIT
Package tag
Short Description Generates HTML in a clean and convenient syntax.
License MIT
Please rate this library. Is it a good library?
Informations about the package tag
Tag
Getting started
You can install the package via composer, if you don't have composer, you can download it here:
Or by adding a requirement in your composer.json:
Usage
Adding attributes
We use the magic method __call
to add attributes. You can add any attribute you want.
To add attributes containing a dash like aria-hidden
, use the equivalent in camel case (ariaHidden). We'll do the conversion back to kebab case when rendering the tag.
You can also assign multiple attributes at once.
Nested tags
Credits
- Félix Dorn
License
This project is MIT Licensed.
All versions of tag with dependencies
PHP Build Version
Package Version
The package felixdorn/tag contains the following files
Loading the files please wait ....