Libraries tagged by respect
respect/validation
31304225 Downloads
The most awesome validation engine ever created for PHP
respect/stringifier
16921149 Downloads
Converts any value to a string
joshfraser/php-name-parser
874057 Downloads
PHP library to split names into their respective components (first, last, etc)
respect/rest
139723 Downloads
Thin controller for RESTful applications
respect/coding-standard
19321 Downloads
The Respect Coding Standard is a set of PHP_CodeSniffer rules applied the Respect components.
awurth/slim-validation
326300 Downloads
A wrapper around the respect/validation PHP validation library for easier error handling and display
kennedytedesco/validation
108448 Downloads
The power of 'Respect Validation' on Laravel.
respect/relational
19101 Downloads
Fluent Database Toolkit
davidepastore/slim-validation
208024 Downloads
A slim middleware for validation based on Respect/Validation
akeneo/php-coupling-detector
1063993 Downloads
Detect all the coupling issues of your project with respect to the coupling rules you have defined.
workerman/validation
26402 Downloads
The most awesome validation engine ever created for PHP. Respect/Validation 汉化版本
resultsystems/validation
30349 Downloads
Inspired 'KennedyTedesco Validation' - The power of 'Respect Validation' on Laravel.
respect/assertion
25081 Downloads
The power of Respect\Validation into an assertion library
datalogix/laravel-validation
4764 Downloads
Laravel Validation is a package the power of Respect Validation.
marcocesarato/sqlparser
35161 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.