Libraries tagged by database designer
dustingraham/react-mysql
59 Downloads
Non-blocking MySQLi database access with PHP. Designed to work with reactphp/react.
mbox/back-core
21 Downloads
A powerful and modular backend core to kickstart your projects with essential functionalities. Includes authentication, role management, database utilities, and more, all designed to save development time and ensure best practices.
oksydan/falconize
35 Downloads
Falconize is a simple tool designed to help you create a database structure and register hooks in PrestaShop modules.
stanislav-web/phalcon-searcher
397 Downloads
Phalcon Database Searcher. This is the search service is designed to search multiple SQL tables. Convenient to use autocomplete, search documents, search the whole site.
m-wardany/hash-ids
800 Downloads
This package is designed to hash sequential keys so that they appear as random characters, making them difficult to predict. There is no requirement to check if the key already exists in the database before saving, as each key is guaranteed to be unique
coedevtech/fixit
243 Downloads
A Laravel package that captures and logs all exceptions into a database table — with optional encryption, email alerts, and a powerful CLI interface. Designed to give you full visibility into unhandled errors, without clutter or guesswork
bit-01/sy-faker
108 Downloads
A PHP package for generating realistic Syrian Arabic fake data—names, addresses, text, and more. Designed for Laravel 8–12 with a Faker-like API, it delivers authentic Syrian dialect content, from Damascene streets to Aleppine names. Perfect for testing, seeding databases, or placeholder content with local flavor.
alban/laravel-data-sync
165 Downloads
LaravelSheetSync is a library designed for the Laravel framework that allows you to import data from various sources, map its headers, build collections of objects based on the mapped data, and compare them with data currently stored in the database. It automatically classifies records into three categories: create, update, and delete, facilitating efficient and precise synchronization.
develme/database-patch
8 Downloads
A patch system designed similar to Laravel's database migration tools. Instead of being used to manage schema, the patch system is used to fill that grey area between a database seeder and a database migration. The intentions of the system is to patch/adjust existing data, but this could be a replacement for seeders since whether a patch has been ran or not is tracked.
scottaubrey/pstore
10 Downloads
A btree-based key-value embeddable database, designed to serialise and store objects
tereta/dbal
2 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.
ukorjidechi/php-pdo-wrapper
23 Downloads
Simple, minimal PHP PDO wrapper designed to ease developing, code readability and saving development time and effort.
simplepdo/simplepdo
1816 Downloads
PHP PDO class designed to use prepared queries while providing support for existing implementations using SimpleMySQLi.
ravikisha/nexaphp
1 Downloads
NexaPHP is a lightweight and flexible MVC (Model-View-Controller) framework for PHP, designed to streamline the development of web applications. With NexaPHP, you can quickly build scalable and maintainable PHP applications by separating concerns and promoting code organization.
phico/query
8 Downloads
Lightweight SQL query builder, designed for Phico