All Projects → auraphp → Aura.input

auraphp / Aura.input

Licence: mit
Tools to describe HTML form fields and values.

Projects that are alternatives of or similar to Aura.input

react-file-input-previews-base64
This package provides an easy to use, ready to go and customizable wrapper around file input, with option for image previews and returning file as base64 string.
Stars: ✭ 15 (-75%)
Mutual labels:  input, form
Awesomevalidation
Android validation library which helps developer boil down the tedious work to three easy steps.
Stars: ✭ 1,093 (+1721.67%)
Mutual labels:  form, input
dynamic-input-fields-reactjs
Example of the dynamic input fields in ReactJS
Stars: ✭ 31 (-48.33%)
Mutual labels:  input, form
Ant Plus
🔺 Ant Design 表单简化版
Stars: ✭ 212 (+253.33%)
Mutual labels:  form, input
Insert Text At Cursor
Fast crossbrowser insertion of text at cursor position in a textarea / input
Stars: ✭ 49 (-18.33%)
Mutual labels:  form, input
file-input-accessor
Angular directive that provides file input functionality in Angular forms.
Stars: ✭ 32 (-46.67%)
Mutual labels:  input, form
svelte-search
Accessible, customizable Svelte search component
Stars: ✭ 17 (-71.67%)
Mutual labels:  input, form
Aura.Html
Provides HTML escapers and helpers, including form input helpers.
Stars: ✭ 50 (-16.67%)
Mutual labels:  form, aura
Multiitem
一个优雅的实现多类型的RecyclerView类库 支持DataBinding Form表单录入 跨多个RecyclerView拖动
Stars: ✭ 381 (+535%)
Mutual labels:  form, input
Vxe Table
🐬 vxe-table vue 表格解决方案
Stars: ✭ 4,242 (+6970%)
Mutual labels:  form, input
Vue Formulate
⚡️ The easiest way to build forms with Vue.
Stars: ✭ 1,947 (+3145%)
Mutual labels:  form, input
Formbase
Better default styles for common input elements.
Stars: ✭ 560 (+833.33%)
Mutual labels:  form, input
Jhform
JhForm - 自定义表单工具,更加简单,快捷的创建表单、设置页面
Stars: ✭ 108 (+80%)
Mutual labels:  form, input
PHP-FileUpload
Simple and convenient file uploads — secure by default
Stars: ✭ 53 (-11.67%)
Mutual labels:  input, form
Customalertviewdialogue
Custom AlertView Dialogue is the world's most advanced alert view library. Custom AlertView Dialogue includes simple message popups, confirmation alerts, selector popups, action sheet bottom menus, and input/feedback contact forms.
Stars: ✭ 100 (+66.67%)
Mutual labels:  form, input
Input Range Scss
Styling Cross-Browser Compatible Range Inputs with Sass
Stars: ✭ 272 (+353.33%)
Mutual labels:  form, input
Nouislider
noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
Stars: ✭ 5,127 (+8445%)
Mutual labels:  input, form
Customui
Library to create custom UI's in MCPE 1.2+
Stars: ✭ 60 (+0%)
Mutual labels:  form, input
Sgdigittextfield
Elegant and Simplest Digit UITextField
Stars: ✭ 47 (-21.67%)
Mutual labels:  input
Svelte Input Mask
Input masking component for Svelte with simple API and rich customization
Stars: ✭ 56 (-6.67%)
Mutual labels:  input

Aura.Input

The Aura.Input package contains tools to describe and filter user inputs from an HTML form, including sub-forms/sub-fieldsets, fieldset collections, an interface for injecting custom filter systems, and CSRF protection. Note that this package does not include output functionality, although the "hints" provided by the Form object can be used with any presentation system to generate an HTML form.

Installation and Autoloading

This package is installable and PSR-4 autoloadable via Composer as aura/input.

Dependencies

This package requires PHP 5.5 or later; it has been tested on PHP 5.5, 5.6, PHP 7, and HHVM. We recommend using the latest available version of PHP as a matter of principle.

Aura library packages may sometimes depend on external interfaces, but never on external implementations. This allows compliance with community standards without compromising flexibility. For specifics, please examine the package composer.json file.

Quality

Scrutinizer Code Quality Code Coverage Build Status

This project adheres to Semantic Versioning.

To run the unit tests at the command line, issue composer install and then phpunit at the package root. This requires Composer to be available as composer, and PHPUnit to be available as phpunit.

This package attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.

Community

To ask questions, provide feedback, or otherwise communicate with other Aura users, please join our Google Group, follow @auraphp, or chat with us on Freenode in the #auraphp channel.

Documentation

This package is fully documented here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].