Libraries tagged by deleted
williamheelis/restful-inputs
142 Downloads
Simple RESTful globals: $_PUT, $_PATCH, $_DELETE, $_HEADER, $_JSON, $_PATH, $_RES for PHP APIs. Basically this is an extension of the logic PHP probably intended when they introduced _GET and _POST and this package simply extends it and is useful shorthand option for RESTful api end points as a result. The focus was on inline brevity, and assumes plenty of `/api/someItem/index.php` -> `PATCH::/api/someItem/` structure. (i.e lots of dirs with one index.php each!)
wfeller/laravel-batch
3943 Downloads
Insert, update or delete models in batch, while still firing model events.
webfactor/laravel-backpack-instant-fields
6884 Downloads
Instant fields to create/edit/delete related entities on the fly in Laravel Backpack
vuduythanh2020/mysql-replication
3126 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
vstruhar/filament-failed-jobs
2311 Downloads
The Laravel Filament plugin for managing failed jobs offers a streamlined interface to monitor, retry, and delete failed jobs directly from the admin panel.
vs7/magento2-module-mediamanager
614 Downloads
Add button and interface to manage media assets: upload, move, delete images, pdfs, etc..
thetispro/laravel5-setting
9615 Downloads
Persistent configuration settings for Laravel 5 - Create, Read, Update and Delete settings stored in files using JSON
roddy/firestore-eloquent
344 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
podcasthosting/podcast-client-spotify
207 Downloads
Create (add) and remove (delete) podcasts on Spotify
neclimdul/arraycud
128 Downloads
Array create, update, delete helper.
nazmulhasan/laravel-facebook-post
256 Downloads
This package allow to create, update, delete and get posts from facebook page in laravel application
mpociot/reanimate
1243 Downloads
Undo Laravel soft deletes
monachilada/craft-matrixtoolbar
62845 Downloads
Expand, collapse, change the status of, or delete multiple blocks in a Matrix field simultaneously.
moln/php-mysql-replication
27396 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
mixerapi/crud
7507 Downloads
A CRUD (Create, Read, Update, Delete) plugin for your CakePHP project.