Libraries tagged by statement
kanian/recastai-sdk-php-no-require-autoload
1065 Downloads
PHP SDK Recast.AI with Explicit Require Autoload Statements Removed
kadokweb/minify
7 Downloads
CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
jmajors/jaysqlwrap
28 Downloads
A basic PHP wrapper for SQL statements
jessesoeteman/sqlite3_connection
50 Downloads
This class is used to connect to a SQLite3 database. It contains methods to execute queries and statements.
jessesoeteman/pdo_connection
301 Downloads
This is a php library for to handle a PDO connection. It contains methods to execute queries and statements.
jasekiw/php-request-logger
19 Downloads
Minimal PHP Request Logger with one require statement or composer require, you choose
jaroslawzielinski/sqlite3-database-class
247 Downloads
Wrapper for a PHP sqlite3 class, which utilizes sqlite3 and prepared statements.
invincible-tech-systems/easeampmysql-halite
21 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
imetal/mt940
2284 Downloads
An MT940 bank statement parser for PHP
ikwattro/github2cypher
137 Downloads
Github Public Events translated to Neo4j Cypher Statements
hurah/data-types
2628 Downloads
Collection of general purpose data types, corresponding collections, validators, utilities and some control statements represented by objects to allow more strict type checking
hermesdj/seat-billing
109 Downloads
Plugin to assist with corp/alliance billing statements
googletest/sqlcommenter-laravel
4 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
gonzalo123/sql-string-generator
4 Downloads
Write a DSL to generate valid SQL statements for SELECT, INSERT, UPDATE and DELETE