Libraries tagged by parameterized
shipmonk/copy-paste-detector
2238 Downloads
Finds duplicated PHP code structures using AST-based analysis, inspired by CloneDR to detect Type-2 (parameterized) code clones.
noahheck/e_pdostatement
23526 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
itools/zendb
629 Downloads
Injection-proof PHP/MySQL database layer with automatic XSS-safe output
rasuvaeff/clickhouse-toolkit
787 Downloads
Framework-agnostic ClickHouse toolkit for PHP: parameterized query builder, data reader, batch writer, DDL builder, partition manager, mutation builder, and migration runner.
prometa/laravel-lucene
49 Downloads
Pure-PHP Lucene query parser with a Laravel/Eloquent adapter that compiles Lucene queries into safe, parameterized SQL.
boring-o11y/skystan
12 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
175 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.
noahheck/e_mysqli
175 Downloads
Replacement for default Mysqli class to allow viewing a parameterized query with the arguments inserted into the string
ezzatron/phpunit-extensions
552 Downloads
Extensions for PHPUnit to provide additional functionality.
eloquent/phpunit-extensions
1436 Downloads
Extensions for PHPUnit to provide additional functionality.
xsuchy09/e_pdostatement
24 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
initorm/query-builder
137 Downloads
Lightweight, dialect-aware SQL query builder for PHP with parameterized output suitable for PDO.
emma/dbal
35 Downloads
Emma Database Access Layer. Rely solely on the in-built PHP PDO and FAST. Also, comes with advanced Query Builder for more flexibility and searching and with parameterized queries to prevent against sqli or other sql attacks