Libraries tagged by sql int
forrest79/phpgsql
8268 Downloads
PostgreSQL library for PHP with fluent interface for SQL query writing.
genesis/behat-sql-extension
78521 Downloads
SQL/PDO extension that facilitates fixture data creation on the fly for Behat
pragmarx/sqli
1932 Downloads
A Laravel Artisan SQL Interactive Interface
yarri/full-text-search-query-like
34066 Downloads
FullTextSearchQueryLike is a PHP class which transforms search strings into clever SQL conditions with the LIKE operator
socialblue/laravel-query-adviser
3343 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.
rstriquer/eloquent-logger
2364 Downloads
Write SQL queries to a file into Laravel "storage/logs" directory.
thewunder/corma-dbal
6695 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
satag/doctrine-firebird-driver
1305 Downloads
Doctrine DBAL/ORM driver for Firebird SQL 2.5 and newer
dreamfactory/df-firebird
37387 Downloads
Firebird SQL Database support for DreamFactory
intersvyaz/yii2-sqlparser
25410 Downloads
Parsing sql-query
al-one/laravel-replace-into
4616 Downloads
SQL replace into for Laravel
thumbtack/querycache
159 Downloads
A simple PDO query interface with support for result set and row level caching
kevinpirnie/kpt-database
47 Downloads
A modern, fluent PHP database wrapper built on top of PDO, providing an elegant and secure way to interact with MySQL databases
adamkearsley/convert-migrations
8484 Downloads
Artisan command to convert your current SQL database schema into a Laravel 4 Migration file.
maxim-oleinik/blade-migrations-laravel
2241 Downloads
An intelligent alternative version of Laravel Database Migrations - uses raw-sql syntax, transactions, auto-rollback, UP-DOWN-UP testing