vakata / html
Minimal HTML web abstraction
1.1.2
2024-08-06 12:33 UTC
Requires
- php: >=8.0
- vakata/validation: ^1.7
README
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.