Libraries tagged by change
doctrine/migrations
155420826 Downloads
PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.
owen-it/laravel-auditing
20432886 Downloads
Audit changes of your Eloquent models in Laravel/Lumen
pyrech/composer-changelogs
2802730 Downloads
Display changelogs after each composer update
yoast/phpunit-polyfills
22219395 Downloads
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
spatie/phpunit-watcher
5950511 Downloads
Automatically rerun PHPUnit tests when source code changes
colinmollenhour/cache-backend-file
18147075 Downloads
The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.
marcocesarato/php-conventional-changelog
713489 Downloads
Generate changelogs and release notes from a project's commit messages and metadata and automate versioning with semver.org and conventionalcommits.org
bezhansalleh/filament-language-switch
285988 Downloads
Zero config Language Switch(Changer/Localizer) plugin for filamentphp admin
spatie/laravel-horizon-watcher
669961 Downloads
Automatically restart Horizon when local PHP files change
spatie/file-system-watcher
764931 Downloads
Watch changes in the file system using PHP
ion-bazan/composer-diff
765070 Downloads
Compares composer.lock changes and generates Markdown report so you can use it in PR description.
envant/fireable
589561 Downloads
An elegant way to trigger events based on attributes changes
davidrjonas/composer-lock-diff
1129786 Downloads
See what has changed after a composer update.
aura/sql
1726694 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
sirbrillig/phpcs-changed
2507467 Downloads
Run phpcs on files, but only report warnings/errors from lines which were changed.