Libraries tagged by softdelete
initorm/orm
72 Downloads
Lightweight, PDO-based ORM with Active Record-style models and entity accessors/mutators. Built on top of initorm/database, initorm/dbal and initorm/query-builder.
felipedecampos/laravel-soft-archive
0 Downloads
This is a package to extends soft delete to use to archive models.
danilovl/entity-traits-bundle
0 Downloads
Symfony bundle providing reusable Doctrine ORM entity traits, interfaces, listeners and validators to eliminate Entity boilerplate.
createnl/expires
3761 Downloads
Set expiration date for database records, like future deleted at columns
arpon/database
18 Downloads
Arpon Database - Advanced PHP Database Abstraction Layer with Laravel-compatible ORM, Schema Builder, Query Builder for MySQL and SQLite. Features 25+ column types, foreign key CASCADE support, advanced relationships, soft deletes, enhanced scopes system, and high-performance database operations.
vandalorumrex/trash
102 Downloads
Adds soft delete support to CakePHP ORM tables.
tihab/soft-deletes-parent
105 Downloads
Soft delete children when parent soft deletes
sivanandaperumal/laravel-soft-cascade
14876 Downloads
Laravel Cascade Soft Delete & Restore
sinclairt/cascade-soft-deletes
53 Downloads
Soft delete and restore child relationships when soft deleting an object
queencitycodefactory/trash
5 Downloads
Adds soft delete support to CakePHP 3 ORM tables.
phoenixfire296/laravel-attachments
287 Downloads
Laravel package to link file attachment to models leveraging Eloquent SoftDelete
oussemakhlifi/orm-package
1 Downloads
This a native php orm package that works with mysql it's main objectif is to facilitate the crud process in your application, contains all crud opreations like (insert, edit, update, delete, soft_delete) as well search operation
ogestor/laravel-soft-cascade
116 Downloads
Laravel Cascade Soft Delete & Restore
nex-otaku/yii2-toolkit
153 Downloads
Yii2 typical commercial app infrastructure: soft-delete, UUID, etc.
mazyvan/userstamps
156 Downloads
A fork from WildSide. Eloquent trait to automatically maintain created_by and updated_by (and deleted_by when using SoftDeletes) on your models