Skip to content
@ui-awesome

UI Awesome

UI Awesome: The Frontend Layer for Modern PHP

Flowbite Tailwind CSS Bootstrap 5 daisyUI

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.

🎨 Why UI Awesome?

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.

🧩 Component Libraries

Library Description Tech Stack
HTML5 Fluid HTML5 tag generation PHP HTML5
Flowbite for PHP Full Flowbite component implementation PHP Flowbite

💻 Usage Example php

// 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();

🌐 Part of the Ecosystem

Maintained by the core team of yii2-framework and yii2-extensions.


Popular repositories Loading

  1. html-component-flowbite html-component-flowbite Public

    UI Awesome HTML Cookbook Flowbite for PHP.

    PHP 2

  2. html-concern html-concern Public

    UI Awesome HTML Concern Code Generator for PHP.

    PHP 1

  3. html-interop html-interop Public

    UI Awesome HTML Common Interfaces for PHP.

    PHP 1

  4. html-helper html-helper Public

    UI Awesome HTML Helper Code Generator for PHP.

    PHP 1

  5. html-attribute html-attribute Public

    UI Awesome HTML Attribute Code Generator for PHP.

    PHP 1

  6. html html Public

    UI Awesome HTML code generator for PHP.

    PHP 1

Repositories

Showing 10 of 14 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…