Libraries tagged by database designer
nextphp/data
29 Downloads
The NextPHP Data package is a powerful tool for PHP developers, providing ORM capabilities and direct SQL query execution. This package is part of the NextPHP Framework, a modern and lightweight PHP framework designed for performance and scalability.
mikailfaruqali/backup
8 Downloads
A Laravel package to generate database backups with optional ZIP encryption and password protection. Designed for simplicity, performance, and route-based access.
hankz/laravel-system-settings
12 Downloads
A Laravel package designed for managing system configuration values in database.
finesse/query-scribe
1767 Downloads
Light SQL query builder designed for extensibility and flexibility
chelsymooy/laravel-subscription
57 Downloads
chelsymooy Subscriptions designed for recurring subscription plan.
chelsymooy/laravel-deposit
16 Downloads
chelsymooy deposit designed for account balance statement.
chelsymooy/laravel-approval
2 Downloads
chelsymooy approval designed for approvals using inboxes.
aldeebhasan/migration-mapper
4 Downloads
This package is designed to enable the developer to generate the migration files by just building his model
fulldecent/thin-pdo
111 Downloads
A minimal extension for PHP's PDO class designed to make running SQL statements easier
gholme4/qbuild
4 Downloads
Class that creates a REST API with routes mapped to all tables in a MySQL database. Designed to be used with Qbuild.js client side.
migro/php-core-migration
3 Downloads
A PHP library providing a code-first approach for database migrations. Designed for simplicity and ease of use, it allows developers to define and manage database schema changes directly in code.
flexmind-software/currency-rate
15 Downloads
Library download currency rate and save in database, It's designed to be extended by any available data source.
one-db/client
2 Downloads
A modern database client library designed to be compatible with the DB component from Zend Framework 1
retamayo/absl
16 Downloads
Absl (PHP Database Abstraction Library) is a lightweight and flexible library designed to simplify database operations in PHP applications. It provides a convenient interface for interacting with various database systems using the PHP Data Objects (PDO) extension.
joedevsharp/entitylite
14 Downloads
A lightweight PHP ORM inspired by Entity Framework, designed to simplify database interactions and provide an intuitive way to manage entities and relationships. This library utilizes a fluent interface and follows the PSR-4 autoloading standard, making it easy to integrate into any PHP project. With support for basic CRUD operations and a focus on simplicity and performance, this ORM empowers developers to work with databases seamlessly while maintaining clean and maintainable code.