vakata/html

Minimal HTML web abstraction

Installs: 539

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/vakata/html

1.3.1 2025-01-31 15:38 UTC

This package is auto-updated.

Last update: 2025-09-29 03:07:30 UTC


README

Latest Version on Packagist Software License

Minimal HTML web abstraction.

Install

Via Composer

$ composer require vakata/html

Usage

$field = new \vakata\html\Field('select', ['name' => 'picker'], [ 'options' => [], 'label' => '' ]);

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email github@vakata.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.