PHPackages                             zamasskin/html-constructor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. zamasskin/html-constructor

ActiveLibrary[Templating &amp; Views](/categories/templating)

zamasskin/html-constructor
==========================

Html engine components

v1.0(2y ago)016[1 issues](https://github.com/zamasskin/html-constructor/issues)MITPHPPHP &gt;=5.4.0

Since Jun 23Pushed 2y ago3 watchersCompare

[ Source](https://github.com/zamasskin/html-constructor)[ Packagist](https://packagist.org/packages/zamasskin/html-constructor)[ RSS](/packages/zamasskin-html-constructor/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

html-constructor
================

[](#html-constructor)

Instead of writing HTML or using an HTML templating engine, you compose your layout using PHP structures with the dash-html-components library.

Installation
------------

[](#installation)

Install [composer](https://getcomposer.org/).

Run the following in the root of your project:

```
composer require zamasskin/html-constructor dev-main
```

Or, create a composer.json file with the following contents and run "composer install":

```
{
  "require": {
    "zamasskin/html-constructor": "dev-main"
  }
}
```

Usage
-----

[](#usage)

```
