PHPackages                             netherjs/nui2 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. netherjs/nui2

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

netherjs/nui2
=============

A JS UI toolkit made by someone who hates JS.

018JavaScript

Since Feb 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/netherjs/nui2)[ Packagist](https://packagist.org/packages/netherjs/nui2)[ RSS](/packages/netherjs-nui2/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Nether UI 2
===========

[](#nether-ui-2)

Work in progress.

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

[](#requirements)

- jQuery 3.5
- Bootstrap 4.5
- Font Awesome 5

Testing
-------

[](#testing)

$ composer install $ php -S localhost:80 -t www .

Example Use
-----------

[](#example-use)

```
import Dialog from "./nui/element/dialog.js";
import Button from "./nui/element/button.js";

new Dialog({
	'Modal': true,
	'Title': 'Do you?',
	'Icon': 'fas fa-question-circle',
	'Content': 'Well?',
	'Buttons': [
		new Button({
			'Text':'Probably',
			'Class': 'NUI-Action-Accept'
		})
	]
})
.Register(
	'Accept', 'AppOnAccept',
	function(){ this.Close(); return; }
)
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b64ee49e86efa67a7de4afdc42c2686460d1e46ac7eac7e6ccfa6407ec7d979a?d=identicon)[bobmagicii](/maintainers/bobmagicii)

---

Top Contributors

[![bobmagicii](https://avatars.githubusercontent.com/u/881944?v=4)](https://github.com/bobmagicii "bobmagicii (26 commits)")

### Embed Badge

![Health badge](/badges/netherjs-nui2/health.svg)

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

###  Alternatives

[sof3/await-generator

Use async/await in PHP using generators

12522.6k19](/packages/sof3-await-generator)[llm-agents/agents

LLM Agents PHP SDK - Autonomous Language Model Agents for PHP

16410.9k9](/packages/llm-agents-agents)

PHPackages © 2026

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