Libraries tagged by sql int
kodus/sql-splitter
21265 Downloads
A simple facility to split SQL files into individual queries - supports MySQL, PostgreSQL and Microsoft SQL Server
yarri/full-text-search-query-like
31351 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
rstriquer/eloquent-logger
1580 Downloads
Write SQL queries to a file into Laravel "storage/logs" directory.
dreamfactory/df-firebird
32654 Downloads
Firebird SQL Database support for DreamFactory
intersvyaz/yii2-sqlparser
22586 Downloads
Parsing sql-query
forrest79/phpgsql
6783 Downloads
PostgreSQL library for PHP with fluent interface for SQL query writing.
al-one/laravel-replace-into
4418 Downloads
SQL replace into for Laravel
daveismyname/sql-import
1708 Downloads
Import .sql file into a database using PDO
pragmarx/sqli
1910 Downloads
A Laravel Artisan SQL Interactive Interface
socialblue/laravel-query-adviser
3186 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
mvccore/ext-model-db
533 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.
thewunder/corma-dbal
70 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
lucinda/framework
464 Downloads
Lucinda Framework 4.0: High performance, component-based PHP application skeleton
bayfrontmedia/simple-pdo
1226 Downloads
A simple and secure database abstraction layer which utilizes the PDO interface and supports working with multiple databases.
andrewgatenby/snapmigrations
7328 Downloads
Generates an SQL dump of your migrated (and seeded) database to save time re-running Migrations when running Integration and Acceptance Tests in a Lumen environment.