Libraries tagged by php sql int
selcukmart/sqlbuilder
11 Downloads
Modern PHP 8.1+ SQL query builder with fluent interface for Laravel, Symfony and standalone use
ruhulfbr/csv-to-query
8 Downloads
This package provides a simple utility to convert data from a CSV file into SQL queries for database insertion and Create table.
fubber/mini
68 Downloads
Forkable core PHP framework with zero dependencies beyond PSR interfaces: SQL-first database layer with a federated virtual SQL engine, PSR-15 routing, template inheritance, ICU i18n, RFC 5322 mail, JSON Schema validation — provides implementations for the PSR container, http-message, http-client, simple-cache and log contracts
zi/zquery
3 Downloads
Focused fluent SQL query builder for PHP 8.2+
progalaxyelabs/stonescriptphp-payments
1 Downloads
The unified payment system for StoneScriptPHP — merges what were separately-published stonescriptphp-pay (Razorpay/PayPal transport drivers) and stonescriptphp-invoice (SQL-first billing/invoicing) into one package: gateway drivers, the idempotent payment-capture primitive, and SQL-first subscription/one-time/credit/wallet/consumption/passthrough pricing, invoices, parties, pluggable regional tax computation (ships India GST), gateway routing, and durable transactional-outbox intimation. All business logic lives in PostgreSQL functions deployed via the StoneScriptDB Gateway; PHP is transport only.
emdev/api-orm
148 Downloads
This package is intended for creating PHP APIs with ORM for MYSQL and SQL
zrnik/mksql
1128 Downloads
MkSQL is a tool for keeping your tables up to date with PHP code. You can use it in your project or as a database preparation in your integration tests.
thamibn/laravel-periscope
26 Downloads
Laravel adapter for php-periscope — wires Telescope-tier observability events into the periscope C extension's trace. Time-travel debugging, SQL/log/cache/job inspection, and an AI-native MCP server in one package.
roy404/eloquent
254 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.
phonetworks/pho-compiler
86 Downloads
Compiles GraphQL schema into PHP classes for use in Pho stack.
oldpak/dbal
14 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
milantex/daw
115 Downloads
Database Access Wrapper for Milantex's projects.
madbyad/mpl-mysql
6 Downloads
A PHP library to provide a simple interface to communicate with a mysql database
kevinpirnie/kpt-database
290 Downloads
A modern, fluent PHP database wrapper built on top of PDO, providing an elegant and secure way to interact with MySQL databases
kenlog/database-custom
112 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.