Libraries tagged by sql linter
forrest79/phpgsql
8269 Downloads
PostgreSQL library for PHP with fluent interface for SQL query writing.
thumbtack/querycache
235 Downloads
A simple PDO query interface with support for result set and row level caching
kevinpirnie/kpt-database
58 Downloads
A modern, fluent PHP database wrapper built on top of PDO, providing an elegant and secure way to interact with MySQL databases
michaelrushton/sql
21 Downloads
A library to generate SQL statement strings using a fluent interface.
mvccore/ext-model-db
628 Downloads
MvcCore - Extension - Model - Database - base model database extension with base and abstract classes and interfaces to work with sql queries in more comfortable API.
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
rotexsoft/gdao
3056 Downloads
A package containing class and interface definitions that can be used as a basis for a Table Data Gateway (http://bit.ly/1F8Zjfc) and Data Mapper (http://bit.ly/1hD2qCc) implementation of a database access library that performs data manipulation (DM) tasks.
ratingthomas/sqlmanager
104 Downloads
A small script that lets you easily interact with your mysql database
rain1/pdo-powered
25 Downloads
PDO wrapper for easy db interactions
markpurser/laravel-crudkit
1002 Downloads
Open source CRUD framework for Laravel
lucinda/framework
488 Downloads
Lucinda Framework 4.0: High performance, component-based PHP application skeleton
bayfrontmedia/simple-pdo
1338 Downloads
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
chemem/bingo-model
17 Downloads
A simple SQL interaction class for the Bingo Framework.
roy404/eloquent
110 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
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.