PHPackages                             comphp/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. comphp/ui

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

comphp/ui
=========

Driver-based UI rendering and reusable component support for PHP applications

0.3(3w ago)021MITPHPPHP ^8.5

Since May 19Pushed 3w agoCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (1)

CommonPHP UI
============

[](#commonphp-ui)

CommonPHP UI provides driver-based UI rendering and reusable component support for CommonPHP applications. It defines the common structure for rendering global components, layouts, and interface elements through interchangeable rendering drivers.

The package keeps UI composition consistent without locking applications to one rendering engine or template implementation.

Requirements
------------

[](#requirements)

- PHP `^8.5`
- `comphp/runtime:^0.3`

Installation
------------

[](#installation)

Once this package is available through your Composer repositories, install it with:

```
composer require comphp/ui
```

Usage
-----

[](#usage)

```
