Libraries tagged by user input
bumble/validation
5 Downloads
Provides classes for configurable validation of user input, such as email, passwords, file uploads, and more.
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.
bhavin/module-calculator
15 Downloads
Integrates Magento with the custom price calculator based on user input on product view page.
alexkratky/validatorx
11 Downloads
Class to validate the user inputs.
akki-io/cron-expression-generator
83 Downloads
Create a cron expression based on user input
adammcgurk/shine-php
6346 Downloads
A simple PHP library to help speed development through the monotonous part of PHP programming (dealing with user input, DB connections, HTTP, etc...)
abdulsalamamtech/php-validator
9 Downloads
PHP Validator is a PHP OOP library that helps in validating users input and prevent sql injection
sebastiaanluca/laravel-validator
839 Downloads
Properly handle user input by using your validation rules in form requests (validators) as source of truth.
intelligentspark/isotope_shippingmethodextended
14 Downloads
Extended Checkout Step 'Shipping Method' to include a hook for handling additional shipping user input.
wecodemore/astrofields-core
110 Downloads
A PHP Pattern Library for Fields, Forms and other User provided Input
edruiz1/wiki_crawler
0 Downloads
This module shows a form where the user may input a keyword to get search results from wikipedia in a drupal page.
bluekachina/langui
10 Downloads
Provides a User Interface Allowing Users To Input Values That Will Be Used For Localization
ujiro2017/fixnames
4 Downloads
A code snippet that fixes name input by user. It removes spaces and none word characters and set the first letter in each name to upper case. Arguments are passed by referece.
sabujdas94/html-template-parser
12 Downloads
A secure Twig-based HTML template parser for user-provided templates input.
skyzyx/strong-types
156 Downloads
Enables strong types for PHP. This allows for tighter validation, especially when accepting input from users.