Skip to content

phpalchemy/Ui

Repository files navigation

README

Build Status

UI generator for PHP Currently is generating Forms and DataTables

Using

First install vendors

curl -sS https://getcomposer.org/installer | php

a you can use it. Example:

$engine = new Alchemy\Component\UI\Engine(new Alchemy\Component\UI\ReaderFactory(), new Alchemy\Component\UI\Parser);
$engine->setMetaFile("form1.yaml");
$engine->setTargetBundle("html");
$element = $engine->build();
$generated = $element->getGenerated();

echo $generated["html"];

So easy!

PhpAlchemy UI Form

A bootstrap Form

PhpAlchemy UI Bootstrap Form

About

UI Generation Component (Forms, Datatables)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages