Libraries tagged by php sql int
mazentouati/snacks-console
10 Downloads
Snacks console is an intuitive browser-based SQL console to run and save SQL queries.
tereta/dbal
5 Downloads
SQL query builder with fluent interface, supporting multiple database drivers and prepared statements. Designed for ease of use and flexibility in building complex 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
subhashladumor1/laravel-cybershield
0 Downloads
Enterprise-grade Laravel security package providing WAF firewall protection, rate limiting, bot detection, honeypot traps, IP geo-blocking, CSRF/XSS/SQLi defence, API gateway security, real-time threat monitoring, malware scanning, and a built-in security dashboard — all configurable via a single config file.
lucinda/framework
508 Downloads
Lucinda Framework 4.0: High performance, component-based PHP application skeleton
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
100 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.
sinri/enoch
554 Downloads
PHP Framework for integrating
mustafaculban/search-filter-parser
0 Downloads
A simple PHP parser that converts structured filters into SQL strings.
goldoni/php7.2-query-builder
14 Downloads
This PHP library is responsible for building SQL query strings, Paginate and Hydration via an object oriented PHP interface.
kfosoft/php-int-enum-x64
460 Downloads
PHP/Mysql Integer Types (Exact Value) for x64 platforms
itrn0/php-sql-interpolator
173 Downloads
A library for interpolating variables into SQL strings in a safe and simple way.
addiks/phpsql-bundle
64 Downloads
Symfony/Doctrine bundle to integrate phpsql
tico/mongo-sql-where
16 Downloads
Convert MongoDB-style queries into SQL WHERE clauses in PHP
processfast/php-sql-parser
8250 Downloads
A fork of greenlion/php-sql-parser made because we were having trouble getting a production needed fix accepted and merged into their repo. A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL