Libraries tagged by changeset
wrogati/cmd-table
5 Downloads
Make changes on table
wearesweet/laravel-revisonable
0 Downloads
Apply the trait HasRevisions to any model to be able to: View a history of changes, revert to previous versions of the model and allow for easy moderation of changes before persisting to the database.
wcg-package/eloquent-event-logger
12 Downloads
Eloquent Event Logger is a logging tool for Laravel's Eloquent ORM. It's designed to automatically record and log events for Laravel Eloquent model's operations such as creation, updates and deletions. Detailed event logs help facilitate debugging and keep track of changes made to models over time. It's a tool for monitoring your application's data layer, ensuring data integrity, and aiding in development.
wbgym/updatelog-bundle
19 Downloads
Provides an update log for new features and changes
watcherphp/watcher
0 Downloads
Watcher: Effortlessly Track and Manage Your File Changes Seamlessly
vsevolod-ryzhov/yii2-ar-logger
1 Downloads
Yii2 ActiveRecord changes logger
vledermaus/phpunit-commit-reminder
6 Downloads
phpunit-commit-reminder: A PHPUnit extension that reminds developers to commit code changes after successful tests, promoting code stability.
unlcms/features_readonly
49 Downloads
Enables making configuration managed by Features read-only to prevent changes.
umairhanifdev/laravel-table-logger
6 Downloads
Automated Laravel model auditing and application log management with dynamic table creation. Tracks all model changes (create/update/delete) in dedicated log tables while maintaining native Laravel conventions. Provides comprehensive activity monitoring without database modifications.
tunatraffic/stream-product-stock-connector
4 Downloads
Log product stock changes via Stream.
tsslabs/gaufrette
119 Downloads
PHP5 library that provides a filesystem abstraction layer, Dropbox changes
thesmart/environment
23 Downloads
Easily manage database connection strings or other configuration data that changes across server environments such a dev and prod.
teppokoivula/template-access-log
3 Downloads
ProcessWire module that logs changes made to template roles and related access settings
tbit/laravel-omnipay-gatewayfactory
91 Downloads
Small package to resolve Omnipay's breaking changes when calling GatewayFactory::create by using a Facade. For reference visit : https://github.com/thephpleague/omnipay/releases/tag/v2.0.0
taitava/silverstripe-changeablelasteditedvalue
24 Downloads
By default SilverStripe 3.1 overwrites the LastEdited field every time you write DataObjects to the database. This module allows you to keep your changes in the LastEdited field on any DataObject. It does not prevent the LastEdited field from getting updated when no manual edits has been done to it, so the module should not interfere with normal writing, only when you have explicitly set your own value to the LastEdited field.