Libraries tagged by sql int
noahheck/e_pdostatement
22927 Downloads
Drop in replacement for default PDOStatement class allowing devs to view an interpolated version of a parameterized query
milesasylum/schnoop
181644 Downloads
Schnoop provides a convenient PHP interface for inspecting a database schema.
atlas/cli
129387 Downloads
Command-line interface for Atlas.
thamaraiselvam/mysql-import
46796 Downloads
Import .sql file into a database using mysqli
myneid/laravel-db-tui
757 Downloads
Interactive TUI database browser for Laravel — browse tables, sort columns, inspect rows, and run raw SQL
daveismyname/sql-import
2069 Downloads
Import .sql file into a database using PDO
genesis/behat-sql-extension
80141 Downloads
SQL/PDO extension that facilitates fixture data creation on the fly for Behat
socialblue/laravel-query-adviser
3775 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
3422 Downloads
Write SQL queries to a file into Laravel "storage/logs" directory.
thumbtack/querycache
6381 Downloads
A simple PDO query interface with support for result set and row level caching
thewunder/corma-dbal
14419 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
satag/doctrine-firebird-driver
4296 Downloads
Doctrine DBAL/ORM driver for Firebird SQL 3.0 and newer
intersvyaz/yii2-sqlparser
28700 Downloads
Parsing sql-query
algoritma/shopware-query-builder
574 Downloads
A modern, fluent query builder for Shopware 6.7+ with zero configuration. Write intuitive SQL-like queries with automatic validation, alias support, and type safety for cleaner code.
forrest79/phpgsql
9284 Downloads
PostgreSQL library for PHP with fluent interface for SQL query writing.