Libraries tagged by delft
mykola-yatsenko/laravel-boolean-softdeletes
63 Downloads
Laravel soft deletes optimization for high load queries
miraheze/data-dump
0 Downloads
DataDump is a MediaWiki extension that allows you to generate, delete or download a dump of the wiki.
mikamatto/file-cleanup-bundle
7 Downloads
Automatically cleans up files when their associated Doctrine entities are deleted
miisieq/infakt-client
111 Downloads
InfaktClient is a PHP library for the third version of Infakt REST API that makes it easy to perform CRUD (create, read, update and delete) operations on invoices, clients and products.
martinshaw/decomposer
50 Downloads
List Composer 'vendor' directories on your system, how heavy they are, then you can select which ones you want to delete to free up space (NPM's npkill but for PHP Composer)
markguinn/silverstripe-gridfieldmultiselect
5730 Downloads
Gridfield extensions to add checkboxes for each row to easily delete or perform actions on multiple rows.
majidalaeinia/refresh-elastic
179 Downloads
Refresh Elasticsearch indices for your tests (delete the indices and index them again based on their mappings if available).
leandroip/modelclass
10 Downloads
A class to implement PHP Models and handle basic MySql operations like insert, select, update, delete and perform search by keywords.
laravel-liberu/track-who
3067 Downloads
Create, update and delete authoring tracking dependency for Laravel Liberu
kushy/metrc-php-sdk
85 Downloads
An easy to use PHP API for the METRC state licensed seed to sale cannabis API using the Guzzle library. Require, create new instance with API keys, and query any endpoint (GET, POST, PUT, DELETE)
jsonmodifier/json
15 Downloads
PHP package allows developers to manipulate JSON files by performing data lookup and many other operations such as read, write, delete and update.
jeffersongoncalves/laravel-created-by
9 Downloads
This Laravel package automatically logs the currently logged-in user's ID to the `created_by`, `updated_by`, `deleted_by`, and `restored_by` fields of your Eloquent models. It also automatically timestamps the `restored_at` field when a model is restored. This simplifies the tracking of data modifications and provides valuable auditing capabilities. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
jc-it/yii2-timestamp-behavior
571 Downloads
Timestamp behavior for Yii2 that includes deleted at.
jc-it/yii2-blameable-behavior
572 Downloads
Blameable behavior for Yii2 that includes deleted by.
jbreeze/jbreeze
11 Downloads
This project provides powerful and flexible methods to manipulate JSON datasets. It allows you to perform common database-like operations on JSON data files or raw JSON strings, including filtering, selecting, inserting, updating, and deleting records, as well as sorting and handling nested data.