Libraries tagged by sql linter
lucinda/framework
477 Downloads
Lucinda Framework 4.0: High performance, component-based PHP application skeleton
intersvyaz/yii2-sqlparser
24415 Downloads
Parsing sql-query
roy404/eloquent
71 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.
itrn0/php-sql-interpolator
145 Downloads
A library for interpolating variables into SQL strings in a safe and simple way.
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
2995 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.
rain1/pdo-powered
24 Downloads
PDO wrapper for easy db interactions
markpurser/laravel-crudkit
1001 Downloads
Open source CRUD framework for Laravel
bayfrontmedia/simple-pdo
1321 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.
devly/wpdb
522 Downloads
SQL query builder for interacting with the WordPress database in OOP style.
ayela-emmanuel/ayela-orm
41 Downloads
This packge Is a Minimal ORM Setup for interacting with your SQL Database using PDO but abstracts the Database to a more OOP Approch
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.
kehikko/sql
22 Downloads
Simplistic SQL interfaces (for kehikko framework)
elysiumrealms/sql-interceptor
13 Downloads
SQL Interceptor for Laravel