Libraries tagged by parameterizer
micayael/parameterizer-client-bundle
31 Downloads
Cliente para Parameterizer
elao/parameterizer-bundle
21 Downloads
Elao Parameterizer Bundle
elao/parameterizer
42 Downloads
Elao Parameterizer
itools/zendb
38087 Downloads
Injection-proof PHP/MySQL database layer with automatic XSS-safe output
shipmonk/copy-paste-detector
4602 Downloads
Finds duplicated PHP code structures using AST-based analysis, inspired by CloneDR to detect Type-2 (parameterized) code clones.
noahheck/e_pdostatement
24083 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
ezzatron/phpunit-extensions
601 Downloads
Extensions for PHPUnit to provide additional functionality.
rasuvaeff/clickhouse-toolkit
1135 Downloads
Framework-agnostic ClickHouse toolkit for PHP: parameterized query builder, data reader, batch writer, DDL builder, partition manager, mutation builder, and migration runner.
boring-o11y/skystan
23 Downloads
Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use SerializesModels, and jobs dispatched inside DB::transaction() must use afterCommit.
behindsolution/laragrep
199 Downloads
Transform natural language questions into safe parameterized SQL queries using AI.
r4j4h/php-druid-query
13492 Downloads
Experimental PHP wrapper around querying druid
karavasilev/cryptomanana
73 Downloads
CryptoManana is a cryptography framework for boosting your project's security.
waffle-commons/data
39 Downloads
The data and persistence layer for Waffle Commons (RFC-022): a warm connection pool, a backend-agnostic query AST, and parameterized SQL / CQL / MongoDB / Firestore / key-value / GraphQL compilers for resident-worker mode.
prometa/laravel-lucene
67 Downloads
Pure-PHP Lucene query parser with a Laravel/Eloquent adapter that compiles Lucene queries into safe, parameterized SQL.
noahheck/e_mysqli
175 Downloads
Replacement for default Mysqli class to allow viewing a parameterized query with the arguments inserted into the string