2 مستودعات
Web-based utilities written in PHP for database administration and data manipulation.
Distinguishing note: The shortlist contains PHP runtimes or profilers, not tools specifically for database administration.
Explore 2 awesome GitHub repositories matching data & databases · PHP Database Toolkits. Refine with filters or upvote what's useful.
phpMyAdmin is a web-based interface for administering MySQL and MariaDB databases. Written in PHP, this relational database administrator allows users to perform common database tasks through a browser instead of a command line. The tool provides a graphical interface for database schema design, including the creation and modification of tables, columns, and indexes. It also enables web-based SQL querying to analyze or modify data and handles general server administration for both MySQL and MariaDB.
Implements a web application in PHP for common database tasks like imports and exports.
Fast-paginate is a database utility designed to optimize pagination performance in PHP and Laravel applications. It functions as a transparent layer that intercepts standard query builders to replace default pagination logic with more efficient retrieval strategies, specifically targeting large-scale datasets where traditional offset and limit operations can become resource-intensive. The library distinguishes itself by implementing deferred join techniques, which retrieve only primary keys in an initial subquery before fetching full records to minimize data scanning. It further improves resp
Improves application response times by minimizing database scanning and memory usage during large-scale record pagination.