Libraries tagged by diffy
lukascivil/treewalker
1125320 Downloads
TreeWalker is a simple and small Library that will help you to work faster with manipulation of structures in PHP
leek/laravel-vendor-cleanup
30032 Downloads
Laravel commands to detect and clean up unchanged vendor-published files (configs, migrations, views, lang files)
fisharebest/algorithm
111689 Downloads
Implementation of standard algorithms in PHP.
d4h/finediff
1530744 Downloads
PHP implementation of a Fine granularity Diff engine
cogpowered/finediff
7661484 Downloads
PHP implementation of a Fine granularity Diff engine
stefro/laravel-lang-country
55417 Downloads
Setting the locale is not enough most of the time, some countries use more than one languages. Also, different countries use different date notation formats, names, flags and currencies. This package is here to help you with that!
scify/laravel-cookie-guard
22105 Downloads
A Laravel package that provides a Cookies consent floating window and publishes the Cookies for the different consent categories
open-southeners/laravel-response-compression
167341 Downloads
Add server-side response compression with a range of different algorithms (Gzip, brotli, deflate...)
ondrejmirtes/php-merge
3134246 Downloads
A PHP merge utility using the Diff php library or the command line git.
octopyid/laravel-impersonate
128650 Downloads
Login as a different user quickly
mmo/faker-images
422287 Downloads
Different images provider for Faker
mischiefcollective/colorjizz
867220 Downloads
Classes for manipulating colors, converting to different formats and finding color harmonies
magento-hackathon/module-eavcleaner-m2
320838 Downloads
Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.
lochmueller/calendarize
166956 Downloads
Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize
jfcherng/php-sequence-matcher
5858946 Downloads
A longest sequence matcher. The logic is primarily based on the Python difflib package.