Libraries tagged by relations delete
mortimer/poignant
290 Downloads
Eloquent and Ardent on steroids, adds in-model validations, user stamping, declarative relations, cascaded operations on relations (save, delete). To make RoR devs feel a bit more at home.
hyrioo/laravel-hyper-model
320 Downloads
Create, update and delete models and relations with ease
goldinteractive/craft3-safedelete
3 Downloads
Delete elements without breaking relations
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.
pixelant/interest
11228 Downloads
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.
friendsoftypo3/interest
32 Downloads
REST and CLI API for adding, updating, and deleting records in TYPO3. Tracks relations so records can be inserted in any order. Uses remote ID mapping so you don't have to keep track of what UID a record has gotten after import. Data is inserted using backend APIs as if a real human did it, so you can can inspect the record history and undo actions.
roddy/firestore-eloquent
342 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.
yii2-module/yii2-crud
416 Downloads
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models
vend/doxport
86771 Downloads
Doctrine relational walk export/delete tool
yii2-extended/yii2-crud-html
178 Downloads
A library that provides crud (i.e. low level backend admin) controllers and actions for relational models
izica/select-tree-view-for-backpack
56 Downloads
Select tree view
leonmsaia/myorm
0 Downloads
Mini ORM en PHP puro con soporte para relaciones, validaciones y soft deletes.
seguncodes/smyorm
2 Downloads
SmyORM is a PHP Object-relational mapping (ORM) that allows developers to write code in simple programming languages of their choice instead of using SQL to access, add, update, and delete data and schemas in the respective database.
jlorente/laravel-identitystamps
5448 Downloads
A Laravel plugin to register and keep control of the users who make creations, updates and deletions of models