Libraries tagged by sql int
pierreminiggio/database-fetcher
109 Downloads
Interact with a SQL Database
pierreminiggio/database-connection
145 Downloads
Interact with a SQL Database
goldoni/php7.2-query-builder
14 Downloads
This PHP library is responsible for building SQL query strings, Paginate and Hydration via an object oriented PHP interface.
kfosoft/php-int-enum-x64
460 Downloads
PHP/Mysql Integer Types (Exact Value) for x64 platforms
kehikko/sql
23 Downloads
Simplistic SQL interfaces (for kehikko framework)
itrn0/php-sql-interpolator
173 Downloads
A library for interpolating variables into SQL strings in a safe and simple way.
elysiumrealms/sql-interceptor
14 Downloads
SQL Interceptor for Laravel
cxuan1225/sql-laravel-schema-converter
1 Downloads
Convert MySQL or MariaDB CREATE TABLE SQL into Laravel migration schema code.
apility/elasticsearch-sql-parser
21 Downloads
Library for parsing SQL into the Elasticsearch DSL
tico/mongo-sql-where
18 Downloads
Convert MongoDB-style queries into SQL WHERE clauses in PHP
maloshtanov/sql-queries-log
54 Downloads
Simple service to integrate sql queries log into api responses
bancer/native-sql-mapper
8 Downloads
A small CakePHP ORM-based library for hydrating raw SQL query results into entity graphs.
nia/sql-adapter
539 Downloads
Collection of interfaces to use SQL databases using the nia framework. The interfaces allow you to separate your connection into a read and a write connection.
tworzenieweb/sql-provisioner
93 Downloads
Simple CLI tool for validating SQL files before inserting them into DB.
processfast/php-sql-parser
8250 Downloads
A fork of greenlion/php-sql-parser made because we were having trouble getting a production needed fix accepted and merged into their repo. A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL