Libraries tagged by delete record
haybea/laravel-trashcan
99 Downloads
An observability & recovery console for Laravel soft-deleted records
dominus77/ar-softdelete
5 Downloads
Provides support for ActiveRecord soft delete in Yii2
augusl/ar-softdelete
26 Downloads
Provides support for ActiveRecord soft delete in Yii2
geovanirangel/modellayer
25 Downloads
O ModelLayer é um componente baseado em PDO que abstraí operações de CRUD(Select, Insert, Update e Delete) no seu banco de dados.
skyfirephp/db
9 Downloads
Stash Queries - PHP SQL library providing an easy, eloquent, and fluent yet expressive way to select, create, update, and delete SQL records.
nguyenhiepvan/laravel-model-cleanup
5 Downloads
This package deletes unneeded records in a database.
hotelmah/mysql-table-editor
9 Downloads
MySQL Table Editor Web Application/Project. Add, View, Edit, and Delete (CRUD) records from one table at a time. Switch to other MySQL Tables in your browser. First, set up a per Table Configuration for each table. Specify what fields to see and what fields are required for add/edit. Enjoy a fancy CSS.
halo123450/laravel-model-cleanup
45 Downloads
This package deletes unneeded records in a database.
cesargb/laravel-model-toolkit
6 Downloads
List all models, detect and delete orphaned morph relation records, and prune Eloquent models.
lnchuk/laravel-extended-resource
1055 Downloads
A Laravel package to provide extended resource routes, including deleted records, restoring records and confirmation of deletes
webrek/laravel-data-retention
0 Downloads
Declarative data retention for Laravel: keep records for a window, then delete or anonymize them automatically — with a compliance audit log.
kelvinkurniawan/lightorm
0 Downloads
A lightweight, modern ORM for PHP with Active Record pattern, query builder, soft deletes, and advanced features
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.
mediadreams/md_news_pages_clickcount
4 Downloads
With this TYPO3 extension you are able to count views of pages and ext:news records. You can display a list with most viewed pages/news and delete the statistics automatically with a scheduler task.