Libraries tagged by changeset
undefinedoffset/silverstripe-codebank
134 Downloads
Code Bank is a code snippet manager with syntax highlighting for multiple languages including C++, ActionScript, Flex, HTML and SQL to name a few. Code Bank also has a simple revision history with a compare viewer so you can see the changes side-by-side between two revisions.
thisisbd/silverstripe-maintenance-mode
11537 Downloads
SilverStripe Maintenance Mode Module. Allows an administrator to put site in offline mode with 503 status to display a 'Coming Soon', 'Under Construction' or 'Down for Maintenance' Page to regular visitors, whilst allowing a logged in admin user to browse and make changes to the site.
thalia/shopify-rest-to-graphql
803 Downloads
Shopify REST to GraphQL : Converts Shopify REST API payloads to GraphQL queries with minimal changes for seamless Laravel integration.
teppokoivula/process-changelog
2280 Downloads
ProcessChangelog is a ProcessWire CMS/CMF module for tracking changes (edits, additions, removals, etc.) of pages.
stoutlogic/acf-migrations
98 Downloads
Make field name and key changes to ACF fields, without losing content.
silverstripe/upgrader
9959 Downloads
A tool to help upgrade your code to handle API changes in packages you used.
schema31/php-couchdb-watcher
653 Downloads
A simple watcher to attach callbacks to CouchDB documents changes
sajtiii/laravel-lockable-attributes
394 Downloads
Lock your eloquent model attributes to prevent changes on them.
ruturajmaniyar/yii2-audit-log
979 Downloads
Yii2 audit record and database changes details
robvanaarle/php-object-seam
4138 Downloads
An easy way to create object seams to break dependencies with minimal code changes in order to test legacy PHP code
ricorocks-digital-agency/morpher
4513 Downloads
A Laravel package for managing data changes during database migrations.
redisent/redis
24405 Downloads
A simple, no-nonsense interface to the Redis for modest developers. It is designed to be flexible and tolerant of changes to the Redis protocol
plank/laravel-schema-events
3192 Downloads
A Laravel package to emit events based on the schema changes taking place during migration.
nkiraly/dbsteward
4174 Downloads
SQL database definition differencing tool. Structure and data is defined in a DTD-enforced, human-readable XML format. Outputs transactional SQL statement files to apply your changes.
mouadziani/laravel-model-trackable
8 Downloads
A laravel package that allows you to tracker and log nested changes applied on your models and their relations using a single Trait