Libraries tagged by delete record
eshk/crud
0 Downloads
Perform CRUD operation in a easy way. handling the main Read, Insert, Update and Delete operations over a table and records
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
spatie/laravel-deleted-models
52882 Downloads
Automatically copy deleted records to a separate table
typo3/cms-recycler
4630062 Downloads
TYPO3 CMS Recycler - Restore deleted records or remove them from the database permanently.
martinpetricko/filament-restore-or-create
30 Downloads
FilamentPHP package that adds ability to check for similar deleted records and restore them instead of creating new ones.
spinen/laravel-garbage-man
18904 Downloads
Scheduled job to clean out Laravel's soft deleted records at configured interval.
quarks/laravel-auditors
17100 Downloads
Record created by, updated by and deleted by on Eloquent models automatically.
josegonzalez/cakephp-deleted-at
17 Downloads
Handles soft-deletion of database records
sibds/yii2-trash-behavior
2535 Downloads
AR models behavior that allows to mark models as deleted and then restore them.
opencultureconsulting/oai-pmh2
6 Downloads
This is a stand-alone OAI-PMH 2.0 data provider. It serves records in any XML metadata format from a database, supports deleted records, resumption tokens and sets.
kaystrobach/pagetreefixer
1956 Downloads
Fixes broken root pathes, by marking pages records without a valid rootline as deleted
notch/deleted-models
10 Downloads
Automatically copy deleted records to a separate table
justinatack/deleteable
15 Downloads
Detects which database records can be deleted. Database records can be locked preventing deletion.
dick/menumanager
2887 Downloads
Add/edit/delete/reorder/nest menu items interface for Laravel's Dick Admin.
leuchtfeuer/gone
1 Downloads
Automatically generates redirects (301) when a URL changes and returns a gone status code (410) when a page / record has been deleted.