UI Awesome provides the missing link between PHP backends and modern frontend frameworks.
We build fluid HTML generators and robust component wrappers for Tailwind CSS and Flowbite.
Writing raw HTML inside PHP strings is messy and error-prone.
UI Awesome offers an object-oriented, fluent interface to generate complex UI components without leaving your PHP classes.
| Library | Description | Tech Stack |
|---|---|---|
| HTML5 | Fluid HTML5 tag generation | PHP HTML5 |
| Flowbite for PHP | Full Flowbite component implementation | PHP Flowbite |
// Create a Flowbite Button in pure PHP
Button::widget()
->label('Subscribe')
->class('bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded')
->render();Maintained by the core team of yii2-framework and yii2-extensions.