PHPackages                             vitexsoftware/ease-html-widgets - 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. [Framework](/categories/framework)
4. /
5. vitexsoftware/ease-html-widgets

ActiveLibrary[Framework](/categories/framework)

vitexsoftware/ease-html-widgets
===============================

Additional &amp; Eye Candy Web classes for Ease Framework

1.1.1(1y ago)2575[3 PRs](https://github.com/VitexSoftware/php-vitexsoftware-ease-html-widgets/pulls)MITPHPCI passing

Since Oct 19Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/VitexSoftware/php-vitexsoftware-ease-html-widgets)[ Packagist](https://packagist.org/packages/vitexsoftware/ease-html-widgets)[ Docs](https://github.com/VitexSoftware/php-vitexsoftware-ease-html-widgets)[ RSS](/packages/vitexsoftware-ease-html-widgets/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (6)Versions (7)Used By (0)

VitexSoftware Ease HTML Widgets
===============================

[](#vitexsoftware-ease-html-widgets)

Welcome to the VitexSoftware Ease HTML Widgets project! This repository contains a collection of reusable HTML widgets for PHP applications.

Table of Contents
-----------------

[](#table-of-contents)

- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

Introduction
------------

[](#introduction)

VitexSoftware Ease HTML Widgets is a library designed to simplify the creation and management of HTML widgets in PHP applications. It provides a set of pre-built widgets that can be easily integrated into your projects.

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

[](#installation)

To install the library, you can use Composer:

```
composer require vitexsoftware/ease-html-widgets
```

Usage
-----

[](#usage)

Here is a basic example of how to use one of the widgets:

### SandClock

[](#sandclock)

```
require '../vendor/autoload.php';

use \VitexSoftware\Ease\Html\Widgets\SandClock();

$widget = new SandClock();
echo $widget;
```

It gives you nice SandClock

[![SandClock Widget](sandclock.svg?raw=true)](sandclock.svg?raw=true)

### OldTerminal

[](#oldterminal)

[![Old Terminal](oldterminal.png?raw=true)](oldterminal.png?raw=true)

### Locale Select

[](#locale-select)

Simple chooser of availble locales

```
new \Ease\ui\LangSelect()
```

[![LocaleSelect](LocaleSelect.png?raw=true "Locale select Widget")](LocaleSelect.png?raw=true)

### Live Age

[](#live-age)

Show live age based on unix timestamp

```
new \Ease\ui\LiveAge(new DateTime);
```

[![LiveAge](LiveAge.png?raw=true "Live Age Widget")](LiveAge.png?raw=true)

### Browsing History

[](#browsing-history)

```
new BrowsingHistory();
```

[![Browsing History](BrowsingHistory.png?raw=true "Browsing History")](BrowsingHistory.png?raw=true)

### Sticky note

[](#sticky-note)

```
new StickyNote();
```

[![Sticky Note](StickyNote.png?raw=true "Sticky Note")](StickyNote.png?raw=true)

### Selectizer trait

[](#selectizer-trait)

Apply Selectize.js to InputBox or Select

```
class Selector extends \Ease\Html\SelectTag
{
    use \Ease\Html\Widgets\Selectizer;
}

$properties = [
    'valueField' => 'value',
    'labelField' => 'key',
    'searchField' => ['key', 'value']
];

$options = [
    ['key' => 'red', 'value' => 'Red'],
    ['key' => 'blue', 'value' => 'Blue'],
    ['key' => 'green', 'value' => 'Green'],
    ['key' => 'yellow', 'value' => 'Yellow'],
];

$s = new Selector('selector');
$s->selectize($properties, $options);
```

[![Selectizer](https://raw.githubusercontent.com/VitexSoftware/Ease-PHP-Bricks/master/Selectizer.png "Selectizer")](https://raw.githubusercontent.com/VitexSoftware/Ease-PHP-Bricks/master/Selectizer.png)

Contributing
------------

[](#contributing)

We welcome contributions! Please read our [contributing guidelines](CONTRIBUTING.md) to get started.

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

### Debian Packages

[](#debian-packages)

To install using Debian packages from `repo.vitexsoftware.com`, follow these steps:

1. Add the repository to your sources list:

```
wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
echo "deb [signed-by=/etc/apt/trusted.gpg.d/vitexsoftware.gpg]  https://repo.vitexsoftware.com  $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo apt update
```

2. Update the package list:

```
sudo apt-get update
```

3. Install the package:

```
sudo apt-get install php-vitexsoftware-ease-html-widgets
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance65

Regular maintenance activity

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60.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 ~14 days

Total

3

Last Release

548d ago

### Community

Maintainers

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

---

Top Contributors

[![Vitexus](https://avatars.githubusercontent.com/u/2621130?v=4)](https://github.com/Vitexus "Vitexus (32 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (21 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/vitexsoftware-ease-html-widgets/health.svg)

```
[![Health](https://phpackages.com/badges/vitexsoftware-ease-html-widgets/health.svg)](https://phpackages.com/packages/vitexsoftware-ease-html-widgets)
```

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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