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-svg html-svg Public

    Fluent, immutable SVG rendering for PHP: shapes, text, gradients, filters, masks, and sanitized inline SVG.

    PHP 2

  3. html-mixin html-mixin Public

    Reusable PHP traits for HTML rendering components: attribute management, content, templates, and prefix/suffix/label collections.

    PHP 1

  4. html-interop html-interop Public

    Shared backed enums classifying HTML elements by category (block, inline, list, table, void, metadata, root) for the UI Awesome ecosystem.

    PHP 1

  5. html-helper html-helper Public

    HTML helpers for PHP: attribute rendering, CSS class management, content encoding, sanitization, and template normalization.

    PHP 1

  6. html-attribute html-attribute Public

    Type-safe traits and backed enums for HTML attribute composition: global attributes, ARIA, data-*, events, and element-specific setters.

    PHP 1

Repositories

Showing 10 of 15 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…