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
igancev/log
64 Downloads
Composer package by igancev for record log in file, and delete their
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
72769 Downloads
Automatically copy deleted records to a separate table
typo3/cms-recycler
5029440 Downloads
TYPO3 CMS Recycler - Restore deleted records or remove them from the database permanently.
martinpetricko/filament-restore-or-create
297 Downloads
FilamentPHP package that adds ability to check for similar deleted records and restore them instead of creating new ones.
spinen/laravel-garbage-man
18905 Downloads
Scheduled job to clean out Laravel's soft deleted records at configured interval.
quarks/laravel-auditors
17194 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
2560 Downloads
AR models behavior that allows to mark models as deleted and then restore them.
opencultureconsulting/oai-pmh2
16 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.
yan/history-versionable-behavior
10 Downloads
This behavior extends the versionable behavior to allow saving of versions even if active record is deleted
kaystrobach/pagetreefixer
2102 Downloads
Fixes broken root pathes, by marking pages records without a valid rootline as deleted
notch/deleted-models
11 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.