https://github.com/dantodev/php-html-tag-builder
HTML Tag Builder for PHP
https://github.com/dantodev/php-html-tag-builder
html html-tag-builder php
Last synced: 8 months ago
JSON representation
HTML Tag Builder for PHP
- Host: GitHub
- URL: https://github.com/dantodev/php-html-tag-builder
- Owner: dantodev
- License: mit
- Created: 2016-03-04T16:39:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T10:22:21.000Z (over 9 years ago)
- Last Synced: 2025-05-17T09:11:12.164Z (about 1 year ago)
- Topics: html, html-tag-builder, php
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://packagist.org/packages/dtkahl/php-html-tag-builder)
[](https://packagist.org/packages/dtkahl/php-html-tag-builder)
[](https://travis-ci.org/dtkahl/php-html-tag-builder)
# PHP HTML tag builder
HTML tag builder for PHP.
#### Dependencies
* `PHP >= 5.6.0`
#### Installation
Install with [Composer](http://getcomposer.org):
```
composer require dtkahl/php-html-tag-builder
```
### Usage
```
new HtmlTagBuilder("div", ['class' => 'foo']);
```
### Methods
_TBA_