vakata/html

Minimal HTML web abstraction

1.1.1 2024-04-04 09:33 UTC

This package is auto-updated.

Last update: 2024-04-04 09:33:43 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.