Libraries tagged by dialect
rob-lester-jr04/php-sql-parser
10 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL - Modernized for use with composer practices and Laravel 5+
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
oandre/database
18 Downloads
A lightweight database layer on top of PHP's PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
mightydes/enjoin
1309 Downloads
Multi dialect ORM for PHP inspired by Sequelize.JS
janfish/phpmyadmin-sql-parser
56 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
initorm/query-builder
137 Downloads
Lightweight, dialect-aware SQL query builder for PHP with parameterized output suitable for PDO.
gpgkd906/phplisp
29 Downloads
PhpLisp is yet another Lisp Interpreter/Dialect written in PHP.
fostenslave/query-builder
0 Downloads
Immutable, inspired by Laravel, PDO-based SQL query builder with compile-time dialect support (SQLite, MySQL)
fobiaweb/ezc-database
62 Downloads
A lightweight database layer on top of PHP's PDO that allows you to utilize a database without having to take care of differences in SQL dialects.
dmitry-php/sql-parser
25 Downloads
A validating SQL lexer and parser with a focus on MySQL dialect.
concept-labs/dbal-mysql
8 Downloads
(C)oncept-Labs DBAL: MySQL dialect
bdvvn/query-builder
0 Downloads
Query builder SQL fluide et immuable, multi-dialecte, sans dépendance d'exécution
aeatech/transaction-manager-postgresql
7 Downloads
PostgreSQL dialect layer for AEATech Transaction Manager, providing PostgreSQL-specific SQL behavior and extensions not covered by the core or common packages.
aeatech/transaction-manager-mysql
7 Downloads
MySQL dialect layer for AEATech Transaction Manager, providing MySQL-specific SQL behavior and extensions not covered by the core or common packages.
aeatech/transaction-manager-common-transactions
24 Downloads
Contains reusable, dialect-independent SQL transaction implementations, identifier quoting abstraction, and shared builders used across MySQL, PostgreSQL, and future AEATech Transaction Manager adapters