dtkahl/php-html-tag-builder

1.3.1 2016-11-10 21:22 UTC

This package is auto-updated.

Last update: 2024-04-29 03:32:31 UTC


README

Latest Stable Version License Build Status

PHP HTML tag builder

HTML tag builder for PHP.

Dependencies

  • PHP >= 5.6.0

Installation

Install with Composer:

composer require dtkahl/php-html-tag-builder

Usage

new HtmlTagBuilder("div", ['class' => 'foo']);

Methods

TBA