Libraries tagged by foreign keys
illuminatech/db-safedelete
37 Downloads
Attempts to invoke force delete, if it fails - falls back to soft delete.
tereta/migration
8 Downloads
Database schema facade over tereta/dbal: list tables ordered by foreign-key relations, dump and restore table structure as XML, dump and restore data as XML, apply .sql/.php migrations.
sachoo/phalcon-model-annotations
136375 Downloads
Annotations handler for phalcon models. Allow to add foreign keys with annotation in models and manage many models with different databases (mysql, postgresql, cassandra, sqlite)
dg/mysql-check
44 Downloads
Checks a MySQL database for orphaned records or invalid foreign keys, i.e., keys pointing to missing rows.
bullhorn/fast-rest-services
3040 Downloads
FastREST generates REST-ready models and controllers dynamically from a MySQL database schema, including foreign keys, table and column comments, and indexes.
rogervila/laravel-sqlite-foreign-keys-support
1879 Downloads
Laravel SQLite Foreign Keys Support
ravage84/cakephp-valid-foreign-key-behavior
767 Downloads
A CakePHP behavior to validate foreign keys
marothyzsolt/laravel-foreign-keys
1000 Downloads
Laravel foreign key manager
booosta/db_foreignkeys
119 Downloads
Module for handling database foreign keys in Booosta PHP Framework
zitansmail/migration-orderer
11 Downloads
Automatically order Laravel migrations based on foreign key dependencies to prevent constraint errors
steevedroz/ci4-composition
4 Downloads
Simplifies the use of foreign keys on objects
sirval/laravel-smart-migrations
58 Downloads
Intelligently manage Laravel migrations with safe rollback by table or model, foreign key detection, preview mode, and comprehensive migration analysis tools
oluokunkabiru/auto-seeder
14 Downloads
Intelligent automated PHP database seeder for Laravel that introspects schema architectures to instantly populate precise Fake data natively adhering to Types, ENUM fields, and Foreign Key Constraints.
kerroldj/laravel-migrate-fresh-table
7 Downloads
Fresh-migrate a specific table (or a chosen set of tables) in Laravel — like migrate:fresh, but scoped, foreign-key aware, multi-connection and multitenant-friendly.
jimmyahalpara/laravel-activitylog-enricher
5 Downloads
A Laravel package to enrich Spatie ActivityLog entries by resolving foreign key IDs to readable labels