Libraries tagged by php data base
redis-ventures/redisvl
18687 Downloads
Redis Vector Library (RedisVL) enables Redis as a real-time database for LLM applications, based on Predis PHP client
opensearchserver/opensearchserver
68107 Downloads
PHP library for OpenSearchServer: professionnal search engine, crawlers (web, file, database), REST APIs, .... This library uses OpenSearchServer's V2 API.
czdb/searcher
5733 Downloads
A PHP library for efficient IP geolocation using compact database formats.
ayesh/stateless-csrf
24956 Downloads
Secret-key based state-less CSRF token generator and validator for PHP 8. State-less means you do not have to store the CSRF token in session or database.
egroupware/adodb-php
32929 Downloads
ADOdb is a PHP database abstraction layer library
nepster-web/php-simple-queue
3084 Downloads
Simple queues implementation in PHP through database.
skatrych/vertica-php-adapter
11658 Downloads
PHP Adapter for Vertica Database from HP. Uses php ODBC extension.
indieteq/indieteq-php-my-sql-pdo-database-class
387 Downloads
A database class for MySQL with PDO
evseevnn/php-cassandra-binary
59933 Downloads
PHP library for Cassandra database via a binary protocol
detain/dbrel-data-php
1842 Downloads
PHP backend data provider for database relationship visualization. Collects customer data across multiple databases and computes relationship matches for consumption by dbrel-viz.
falseclock/dbd-php
7854 Downloads
Database driver for PHP (PostgreSQL, MySQL, MSSQL, OData, YellowERP, 1С)
bancer/paratest-databases-factory
6169 Downloads
Creates test databases for running PHP unit tests in parallel
mouf/database.tdbm
77985 Downloads
The Database Machine is a PHP ORM that requires no configuration. The object model is deduced at runtime from the database model.
cheprasov/php-parallel
12562 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
wtfzdotnet/php-tmdb-api
2903 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.