Libraries tagged by deleted
atlas/statement
7438 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
jstayton/miner
11591 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
zetacomponents/persistent-object
490686 Downloads
This component allows you to store an arbitrary data structures to a fixed database table. The component provides all the functionality needed to fetch, list, delete etc these datastructures.
yii2mod/yii2-gii-extended
6015 Downloads
This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model.
wfeller/laravel-batch
4094 Downloads
Insert, update or delete models in batch, while still firing model events.
w3c/lifecycle-events-bundle
7922 Downloads
A Symfony bundle to dispatch usable entity lifecycle events (create, update, delete)
valantic-spryker/customer-group
10368 Downloads
Adds customer group delete plugins to customer-group module.
thetispro/laravel5-setting
9656 Downloads
Persistent configuration settings for Laravel 5 - Create, Read, Update and Delete settings stored in files using JSON
simple-crud/simple-crud
6258 Downloads
Create/Read/Update/Delete easily
roddy/firestore-eloquent
443 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
58003 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
7435 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
43320 Downloads
Rest client to make GET, POST, PUT, DELETE, PATCH, etc calls.
oddnoc/silverstripe-artefactcleaner
18649 Downloads
Find and optionally delete unused tables, columns and indexes in a SilverStripe database
notihnio/php-request-parser
17201 Downloads
The missing php functionality to support put, patch, delete, put FORM and MULTIPART requests handling