PHPackages                             combyna/gui-plugin - 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. combyna/gui-plugin

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

combyna/gui-plugin
==================

A plugin for Combyna that provides basic GUI components

v2.1.1(7y ago)0218[2 PRs](https://github.com/combyna/gui-plugin/pulls)PHP

Since Mar 13Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (7)Used By (0)

Combyna GUI plugin
==================

[](#combyna-gui-plugin)

[![Build Status](https://camo.githubusercontent.com/16db526d8cff862060c8584ca36b171c436ffb253ffd339f9b8a4af06db4a13a/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f636f6d62796e612f6775692d706c7567696e2e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/combyna/gui-plugin)

Base GUI support plugin for [Combyna](https://github.com/combyna/combyna).

Adds support for using [React](https://reactjs.org/) to render your Combyna app's UI.

Widget definitions provided
---------------------------

[](#widget-definitions-provided)

### `gui.box` primitive

[](#guibox-primitive)

Used as a generic container that should be presented as a grouped section. Semantically equivalent to a `` in HTML.

### `gui.button` primitive

[](#guibutton-primitive)

Used for push buttons. A label is provided as the attribute `label`.

### `gui.container` primitive

[](#guicontainer-primitive)

Used as a generic container. Semantically equivalent to a `` in HTML.

### `gui.heading` primitive

[](#guiheading-primitive)

Defines a heading. Semantically equivalent to a `` in HTML. Its level/depth is provided as the numeric attribute `level`.

### `gui.horizontal_rule` primitive

[](#guihorizontal_rule-primitive)

Defines a horizontal rule. Semantically equivalent to a `` in HTML.

### `gui.list` primitive

[](#guilist-primitive)

Contains a list of `gui.list_item` items. Semantically equivalent to a `` or `` in HTML. Whether it is ordered or unordered is specified with the boolean attribute `ordered`.

### `gui.list_item` primitive

[](#guilist_item-primitive)

Defines an item within a `gui.list` list. Semantically equivalent to an `` in HTML.

### `gui.navigation` primitive

[](#guinavigation-primitive)

Defines a navigation section. Semantically equivalent to a `` in HTML.

### `gui.route_link` compound

[](#guiroute_link-compound)

Defines a hyperlink to a defined route. Semantically equivalent to a `` in HTML. Renders to a `gui.url_link` under the hood. Its route and arguments are provided as the `route` and `arguments`attributes respectively. Route will be validated to ensure it exists and the arguments will be validated to ensure they are valid for the specified route. Validation is performed via Exotic type determiners for both attributes.

See also `gui.url_link`.

### `gui.textbox` primitive

[](#guitextbox-primitive)

Defines a textbox for text entry. Semantically equivalent to an `` in HTML. Its default value is provided as the `value` string attribute, while its current value is made available as the `text` widget value (which defaults to the `value` attribute).

### `gui.url_link` primitive

[](#guiurl_link-primitive)

Defines a hyperlink to an arbitrary URL. Semantically equivalent to a `` in HTML. Its target URL/href is provided as the `url` string attribute.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~56 days

Total

4

Last Release

2862d ago

Major Versions

v1.0.1 → v2.0.02018-05-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f40d7540e88cf43038b45f972b0f62231d53dc8400d1c532208ca1c9b125236?d=identicon)[asmblah](/maintainers/asmblah)

---

Top Contributors

[![asmblah](https://avatars.githubusercontent.com/u/1714005?v=4)](https://github.com/asmblah "asmblah (35 commits)")

### Embed Badge

![Health badge](/badges/combyna-gui-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/combyna-gui-plugin/health.svg)](https://phpackages.com/packages/combyna-gui-plugin)
```

###  Alternatives

[magiccart/magicproduct

N/A

1016.6k1](/packages/magiccart-magicproduct)[amirbagh75/chalqoz

Convert persian number to english number and vice versa

101.9k](/packages/amirbagh75-chalqoz)

PHPackages © 2026

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