Registry / utility / wixel-gump

wixel-gump

JSON →
library2.3.2phppackagistunverified

A fast, extensible & stand-alone PHP input validation class that allows you to validate any data.

composer require wixel/gump
INSTALL
IMPORT
SIG · WIXEL-GUMP
W
wixel-gump
utilityphpv2.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GUMP
use GUMP;

Basic validation example using GUMP

use GUMP; $gump = new GUMP(); $data = ['name' => 'John']; $rules = ['name' => 'required|alpha_numeric']; $validated = $gump->validate($data, $rules); if ($validated === true) { echo 'Valid!'; } else { print_r($validated); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
wixel-gump — pip install wixel-gump · libregistry