Libraries tagged by user delete
dalisoft/userstamps
33 Downloads
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application.
codiliateur/eloquent-model-userstamps
65 Downloads
This package provides an Eloquent model trait to automatically maintain user stamps in columns (created_by, updated_by, deleted_by) of your model.
ahuseiny/laravel-userstamps
44 Downloads
A simple Laravel package for Eloquent Model user specific fields.
cssoft/editproductcheckout
0 Downloads
A Magento 2 extension that allows users to delete, update the quantity, or change the item variant in the checkout cart.
appdigidelete/account-deletion
3 Downloads
A Composer package that simplifies account deletion by providing a pre-built form to delete users via email, automating the entire process for developers
adamb/content
114 Downloads
Add/Edit/Delete user content in a custom CMS
sbsedv/input-converter
139 Downloads
A minimal PHP library to nativly support PUT, PATCH and DELETE user input in form of mutlipart/form-data, application/x-www-form-urlencoded and various JSON types like application/json with complex data structures (nested html forms).
wobeto/twitter
134 Downloads
Laravel 4 Service Provider to interact with twitter account, like return a collection of the most recent Tweets posted by the user, post Tweets, delete status and get user profile.
eab/novennotification
49 Downloads
eZ Publish 4 extension to display or delete notifications for users
danyaldk/lumen-activity-log
338 Downloads
Very simple package to log user activities. Aim is to capture which object was created / updated / deleted by which user. Package it self has no relation implemented and stores whatever is passed.
unite-cms/registration-bundle
142 Downloads
Allows users to self-register and self-delete an unite cms user account.
khezri/php-blog
15 Downloads
cms is a very simple and lightweight blogging system that lets you write content as well as delete, update and approve user comments. With admin panel
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.
ibrahimbougaoua/filament-trace
71 Downloads
A Filament package is a reusable software library for PHP that provides logging and tracking functionality for CRUD operations and user interactions. It includes a logging class to capture create, read, update, delete actions, as well as user interactions like login and logout.
angus-dv/pars-news
13 Downloads
This project provides a restful API for managing articles on a news site. It allows users to create, read, update, and delete articles efficiently.