Libraries tagged by php sql int
doctrine/dbal
518940531 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
rolfvreijdenberger/izzum-statemachine
23868 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
milesasylum/schnoop
119012 Downloads
Schnoop provides a convenient PHP interface for inspecting a database schema.
forrest79/phpgsql
7867 Downloads
PostgreSQL library for PHP with fluent interface for SQL query writing.
yarri/full-text-search-query-like
33592 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
thewunder/corma-dbal
5985 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
lucinda/framework
480 Downloads
Lucinda Framework 4.0: High performance, component-based PHP application skeleton
davcs86/php-mysqlimporter
4409 Downloads
PHP class for importing big SQL files into MySQL.
rizkussef/laravel-sql-to-migration
7 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
craftblue/simple-sql
26 Downloads
SimpleSql is a wrapper around PHP's PDO and is intended to be an easy to use drop-in for your projects. It abstracts away the atrocities of querying by using common methods while still giving you full control of your queries
mazentouati/snacks-console
10 Downloads
Snacks console is an intuitive browser-based SQL console to run and save SQL queries.
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
roy404/eloquent
108 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.
lastdragon-ru/lara-asp
17 Downloads
The Awesome Set of Packages for Laravel.
kenlog/database-custom
56 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.