Libraries tagged by database sort
cubiclesoft/to-composer
2705 Downloads
CubicleSoft PHP Software Development Libraries for Composer
corp-soft/laravel-fixtures
1736 Downloads
Laravel Fixtures are used to load a 'fake' set of data into a database that can then be used for testing
ayles-software/laravel-mysql-s3-backup
26350 Downloads
Backup the MySQL database of your Laravel app to Amazon S3
easy2dev/multi-tenant-wizard
709 Downloads
Easy2Dev Laravel Tenant Migrate is a Laravel package designed to simplify database migration for multi-tenant applications, particularly those employing PostgreSQL databases. This package streamlines the migration process for Software as a Service (SaaS) web applications where tenant data is stored in separate databases. It eliminates the need to manually adjust database configuration files for each tenant, offering a scalable solution for database management.
gvs/shortlink
3833 Downloads
This package does the shortlink persistence and retrieval of the original link form the database. Include and integrate with your application to enable shortlinks quickly.
laranail/db-tools
50 Downloads
Independent Laravel database utilities — model traits (UUID/NanoID/ULID, audit log, soft-deletes-with-undo, soft-archive, JSON accessors), casts (money, datetime), schema macros & field groups, backup/restore, a database CLI command, connection & table inspection, a session read-model, and cursor + offset pagination.
ascetic-soft/rowcast-schema
118 Downloads
Schema-first migration tool for PDO databases, friendly to Rowcast
ascetic-soft/rowcast-bundle
109 Downloads
Symfony bundle integration for Rowcast and RowcastSchema
ascetic-soft/rowcast
125 Downloads
Lightweight DataMapper and QueryBuilder over PDO with DTO hydration and type casting
surt/granada
1364 Downloads
Active Record / ORM with eager loading, lazy loading and more
sbamtr/laravel-auto-hard-deleter
180 Downloads
Laravel Auto Hard Deleter
softwarepunt/instarecord
775 Downloads
ActiveRecord Database ORM layer for MySQL
rapide-software/sync-stack
576 Downloads
A package for creating and running synchronisations after a deploy, running only those which have not run yet, akin to migrations. Useful for CI/CD integration or multidatabase solutions where what has run before is not necessarily in sync across databases.
sunnysideup/migrate-from-fqcn-to-short-tablename
28 Downloads
If you have bad table names (using FQCN) then this method will fix up your tables to be short table names, and migrate the data.
razisayyed/laravel-cascaded-soft-deletes
4071 Downloads
Cascades delete/restore Soft Deletable relationships