Libraries tagged by upcasting
friendsoftypo3/interest
2527 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.
codedge/laravel-selfupdater
146563 Downloads
Providing an auto-updating functionality for your self-hosted Laravel application.
cakephp/upgrade
3474 Downloads
Command line tool for updating CakePHP applications and plugins.
kachkaev/assets-version-bundle
571694 Downloads
Automates the process of updating assets version in Symfony2 & Symfony3 projects
paragonie/airship
10 Downloads
Simply Secure Content Management System - 'The sky is only the beginning'
tuutti/php-klarna-ordermanagement
64246 Downloads
The Order Management API is used for handling an order after the customer has completed the purchase. It is used for all actions you need to manage your orders. Examples being: updating, capturing, reading and refunding an order. Read more on the [Order management](https://docs.klarna.com/order-management/) process. # Authentication
timolake/livewire-forms
3119 Downloads
one form for creating & updating data, based on laravel livewire
superbig/craft-audit
54382 Downloads
Log adding/updating/deleting of elements
stats4sd/laravel-sql-views
9530 Downloads
A small package to help automate the creation and updating of MySQL views within a Laravel project.
pijler/lang-scanner
1060 Downloads
An application for scanning files and updating translations.
wieni/wmpathauto
11384 Downloads
Dynamic path aliases, pathauto patterns & automatic updating of aliases
walkboy/yii2-ajax-progress-bar
4395 Downloads
Bootstrap progress bar widget with updating thru ajax feature for yii2
universityofadelaide/shepherd-drupal-scaffold
9073 Downloads
Composer Plugin for updating the Shepherd Drupal tools.
totten/git-scan
2798 Downloads
CLI tool for scanning/updating git repos
shaka/dynamic-update-trait
8117 Downloads
The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.