2017-25 © Pedro Peláez
 

library html-builder

Simple PHP Html component builder

image

thijzer/html-builder

Simple PHP Html component builder

  • Monday, June 4, 2018
  • by Thijzer
  • Repository
  • 0 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

HtmlBuilder

Goals

This Repo is meant to making dynamic html elements easier. Most of the known component should be available as a set., (*1)

Making it possible to build menu, datagrid, table component as objects in PHP. And pass them as to you template engine., (*2)

Example

$table = new \HtmlBuilder\Table();
$table->setData($dataSet);
$table
    ->add('#', 'rowcount')
    ->add('title')
    ->add('status_code')
    ->add('h1_count')
    ->add('frequency')
    ->add('links_text', 'arrayCount')
    ->add('visited', 'boolean')
    ->add('absolute_url', 'link')
;
$table->render()

The Versions

04/06 2018

dev-master

9999999-dev

Simple PHP Html component builder

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

php html-builder

10/05 2017

0.1.1

0.1.1.0

Simple PHP Html component builder

  Sources   Download

MIT

The Development Requires

php html-builder

10/05 2017

0.1

0.1.0.0

Simple PHP Htlm component builder

  Sources   Download

MIT

The Development Requires