Libraries tagged by deleted
bentools/where
5229 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
beck24/member_selfdelete
24 Downloads
Allows members to delete their account, and submit an optional reason for deleting their account
ashique-ar/laravel-crud-generator
28 Downloads
A powerful, configuration-driven CRUD API generator for Laravel with advanced features including permissions, filtering, sorting, bulk operations, and custom logic handlers.
ajaycalicut17/laravel-trash
23 Downloads
Laravel package to manage soft delete.
aeondigital/phpdal
360 Downloads
Provê uma camada de acesso à bancos de dados.
abris-platform/abris-free-server
0 Downloads
Free REST server for PostgreSQL used in Abris Platform
nicollassilva/simplephp
44 Downloads
A small CRUD project designed to assist daily routines and speed up the process of communicating with the database.
josantonius/request
567 Downloads
PHP library for handling requests.
dick/crud
3261 Downloads
Quickly build an admin interface for your Eloquent models, using Laravel 5. Build a CMS in a matter of minutes.
danielruf/secure-shred
7063 Downloads
Safely deletes files
2ends/zf2-user
294 Downloads
Module User and Authentication
yay-digital/failed-jobs-monitor
1333 Downloads
View + retry + delete failed jobs.
xihrni/yii2-behavior-time
34 Downloads
For automatic updating of database table creation, update, and delete fields in the model.
wp-kit/softdeletes
603 Downloads
A wp-kit component that provides soft deletes for Eloquent models
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!)