PHPackages                             xudid/ui - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. xudid/ui

ActiveLibrary[Templating &amp; Views](/categories/templating)

xudid/ui
========

a package to generate html5 objects

0.128.7(3y ago)1115[1 PRs](https://github.com/xudid/Ui/pulls)2MITHTMLCI passing

Since Jun 19Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/xudid/Ui)[ Packagist](https://packagist.org/packages/xudid/ui)[ RSS](/packages/xudid-ui/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (18)Used By (2)

Welcome to Xudid/Ui
===================

[](#welcome-to-xudidui)

With Xudid/Ui we can generate HTML5 from php. Each HTML5 Tag is seen as an Object .

***Example***

```
$page = X::Page()
    ->importCss('vendor/xudid/Ui/css/ui.css')
    ->importScript(
        "alert('Hello Js');",
        new Script('alert("Alert from script object")', false),
        new Script('vendor/xudid/Ui/js/modal.js'),
    )
    ->feedBody(
        X::Div(
            X::P('Hello Ui'),
            X::Form(
                x::Date()
                    ->label("Birth Date")
                    ->name('birth_date'),
                X::TextField()
                    ->label('Name')
                    ->name('name'),
                X::TextField()->label('Email')
                    ->name('email'),
                X::Submit('Submit')
                    ->addClass('btn'),
            )
        )->addClass('content')
    );

echo $page->__toString();

```

View more on

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance57

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 99.4% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~99 days

Recently: every ~202 days

Total

15

Last Release

1172d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f769aa36c5d6873e61ffe6edd7653d4a1e0b925d6dc1ed584941da271d7c563?d=identicon)[xudid](/maintainers/xudid)

---

Top Contributors

[![xudid](https://avatars.githubusercontent.com/u/5628783?v=4)](https://github.com/xudid "xudid (176 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xudid-ui/health.svg)

```
[![Health](https://phpackages.com/badges/xudid-ui/health.svg)](https://phpackages.com/packages/xudid-ui)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k50.1M316](/packages/api-platform-core)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M719](/packages/sylius-sylius)[illuminate/support

The Illuminate Support package.

630113.0M40.2k](/packages/illuminate-support)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M482](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
