Libraries tagged by dify
umbrellio/rollback-missing-migrations
35252 Downloads
Laravel package for rolling back migrations between different releases
toteph42/identity_switch
483 Downloads
This plugin allows users to switch between different accounts (and check for new mails) in a single Roundcube session.
szonov/text-source
32162 Downloads
Reading texts from different sources
symbiote/silverstripe-datachange-tracker
21665 Downloads
Record and track changes to any dataobjects. View chages/diffs in model admin.
svenjuergens/belogin_images
45898 Downloads
Display random Background Images from different sources at your TYPO3 BackendLogin Page.
sqonk/mysql-sync
448 Downloads
MySQL-sync is a simple script written in PHP that can assist and automate the synchronisation of differences in table structures between two database servers.
spencer-mortensen/exceptions
36378 Downloads
Catch fatal errors and warnings that would otherwise be difficult to handle
sourcebroker/singleview
10705 Downloads
Allows to display single view on different page than list view and still keep urls user and SEO friendly
sloth-dev-guy/rabbitmq-messages
1412 Downloads
Send messages with resilience and idempotence between different applications using rabbitmq
skrz/meta
89672 Downloads
Different wire formats, different data sources, single object model
savinmikhail/comments-density
454 Downloads
CommentDensityAnalyzer is a tool designed to analyze the comment density and quality in source code files in php. It helps maintain and improve the quality of code documentation by evaluating different types of comments and providing insights into their effectiveness and appropriateness.
samjuk/m2-module-verbose-db-status
716 Downloads
Adds a verbose mode to the setup:db:status command, to assist with debugging DB schema differences
sachoo/phalcon-model-annotations
133476 Downloads
Annotations handler for phalcon models. Allow to add foreign keys with annotation in models and manage many models with different databases (mysql, postgresql, cassandra, sqlite)
sachoo/phalcon-console-migration
132849 Downloads
Based on sachoo/phalcon-console, this component handle databases migrations (up, down, diff, status, run)
robinncode/db_craft
2189 Downloads
DB Craft is a CodeIgniter4 Seeder, Migration Generator. Automatic Migration Generation: DB-Craft provides a simple command-line interface to generate migration files automatically based on the connected database. This feature allows developers to keep track of database schema changes and easily apply them to different environments. Table-Specific Migrations: Developers can also generate migration files for specific tables, providing granular control over database changes. This flexibility allows for efficient database management and versioning. Seeding Support: DB-Craft includes functionality to generate seeders, enabling developers to populate their database with initial data. This feature is especially useful for setting up sample data or populating reference tables.