Libraries tagged by paratest
symplify/autowire-array-parameter
11434161 Downloads
Autowire array parameters for your Symfony applications
mehdi-fathi/eloquent-filter
173053 Downloads
Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.
kyranb/footprints
326151 Downloads
A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)
contributte/neonizer
643715 Downloads
Collection of useful scripts for manipulaton with NEON files. Support composer pre-install / post-install events. Set/get parameters, validate files.
mehradsadeghi/laravel-filter-querystring
102144 Downloads
Filter your queries based on url query string parameters like a breeze.
cerbero/query-filters
265084 Downloads
Filter Laravel Eloquent models based on query parameters.
dmatthew/magento2-widget-parameters
165326 Downloads
Custom widget parameter types for improved CMS Page building
symplify/auto-bind-parameter
2282641 Downloads
Auto bind parameters for your Symfony applications
param-processor/param-processor
582582 Downloads
Parameter processing library
hoa/core
949157 Downloads
The Hoa\Core library.
staudenmeir/eloquent-param-limit-fix
139957 Downloads
Laravel Eloquent eager loading fix for parameter limits of SQLite and SQL Server
nikolaposa/cascader
205932 Downloads
Utility for creating objects in PHP from constructor parameters definitions.
mouf/magic-query
233691 Downloads
A very clever library to help you with SQL: generate prepared statements with a variable number of parameters, automatically writes joins... and much more!
marcocesarato/sqlparser
37613 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.
lincanbin/php-pdo-mysql-class
5712 Downloads
A PHP MySQL PDO class similar to the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.