Libraries tagged by delegate
omaralalwi/laravel-trash-cleaner
867 Downloads
clean logs and debug files (clockwork , laravel telescope and more)
hi/sqlquery
1198 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
elementaryframework/water-pipe
3621 Downloads
URL routing framework and requests/responses handler for PHP
denisyukphp/tmpfile
3816 Downloads
Alternative to tmpfile() function.
cornernote/yii2-softdelete
14105 Downloads
Soft delete behavior for Yii2.
atlas/statement
7532 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
nstapelbroek/culpa
73889 Downloads
Adds Blameable support to Eloquent models in Laravel 5
jstayton/miner
11594 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
yii2mod/yii2-gii-extended
6049 Downloads
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
wfeller/laravel-batch
4122 Downloads
Insert, update or delete models in batch, while still firing model events.
valantic-spryker/customer-group
10594 Downloads
Adds customer group delete plugins to customer-group module.
roddy/firestore-eloquent
469 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.
rainner/restful-php
58304 Downloads
Parses the raw input body for all RESTful verbs (POST, PUT, DELETE, PATCH, etc.) and provides a better way for working with uploaded files.
ozanhazer/php-htpasswd
7449 Downloads
A lightweight - single class - library to read and write htpasswd. You can add or delete users or you can update their passwords...
othercode/rest
43389 Downloads
Rest client to make GET, POST, PUT, DELETE, PATCH, etc calls.