Libraries tagged by changeset
themonkeys/cachebuster
29190 Downloads
Adds MD5 hashes to the URLs of your application's assets, so when they change, their URL changes.
larapack/config-writer
108318 Downloads
Save changes to the configuration file in script.
gisostallenberg/php-to-7-aid
1640 Downloads
Tool to find and possibly fix backward incompatible changes in your existing codebase when upgrading to or preparing for PHP7
neurony/laravel-revisions
13645 Downloads
Create multiple revisions of any Eloquent model record along with its underlying relationships
iconscout/laravel-auditing-elasticsearch
9367 Downloads
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
zetacomponents/database-schema
6945 Downloads
A set of classes that allow you to extract information from a database schema, compare database schemas and apply a set of changes to a database schema.
zaengle/laravel-security-notifications
3113 Downloads
A package to notify users of security changes
ymigval/laravel-indexnow
271 Downloads
Laravel Service Library for notifying search engines about the latest content changes on their URLs using IndexNow.
typhoon/change-detector
3931 Downloads
Can detect file and package version changes
totten/php-symbol-diff
31660 Downloads
Identify changes in PHP code by symbol (class/method)
symbiote/silverstripe-datachange-tracker
20421 Downloads
Record and track changes to any dataobjects. View chages/diffs in model admin.
square1/pwned-check-laravel
11097 Downloads
Validate password changes against known-compromised passwords
seregazhuk/reactphp-fswatch
5247 Downloads
Library for monitoring file changes with fswatch and ReactPHP
robvanaarle/php-object-seam
2762 Downloads
An easy way to create object seams to break dependencies with minimal code changes in order to test legacy PHP code
robinncode/db_craft
469 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.