neclimdul / arraycud
Array create, update, delete helper.
1.0.1
2025-05-23 06:54 UTC
Requires
- php: >=8.3
Requires (Dev)
- php-parallel-lint/php-parallel-lint: ^1.0
- phpstan/phpstan: ^2.1.14
- phpunit/phpunit: ^12.1
- squizlabs/php_codesniffer: ^3.12.2
README
Compare a list sharing keys and act on changes. This can be useful to simplify the logic of comparing and applying operations to lists from two sources.
Each list should be keyed by the same id and each callback will be called based on changes to the keys.