Libraries tagged by php db
chekalskiy/php-bank-db
4646 Downloads
PHP bank cards IIN/BIN database. Get bank info by card number
falseclock/dbd-php-entity
5321 Downloads
DTO like library to fetch any data in an Object-Oriented manner (ORM)
falseclock/dbd-php
3191 Downloads
Database driver for PHP (PostgreSQL, MySQL, MSSQL, OData, YellowERP, 1С)
geocoder-php/ip-info-db-provider
47756 Downloads
Geocoder IpInfoDb adapter
islambaraka90/pinecone-php-client
575 Downloads
A PHP client for connecting to Pinecone DB
viodev/laravel-db-bulk
5940 Downloads
Laravel helper for bulk insert/update records in batches.
simple-swoole/db
5796 Downloads
A db component for Simps.
robinncode/db_craft
451 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.
nkl-kst/the-sports-db
968 Downloads
PHP library to get sports data from TheSportsDB (https://www.thesportsdb.com)
compositephp/db
332 Downloads
PHP 8.1+ DataMapper and Table Gateway
clean-bandits/db-query
32332 Downloads
Simple PHP OOP library for creating database queries
vielhuber/dbhelper
2301 Downloads
Small PHP wrapper for mysql/pgsql databases.
torden/php-mdbm
3832 Downloads
PHP-mdbm is a PHP binds to the MDBM.
dromru/iterable-dbal
8163 Downloads
Набор классов для разбиения пакетных sql-запросов на раздельные.
bmdevel/php-index
34428 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.