Libraries tagged by comparer
redrat/deeper
5 Downloads
Deeper is a easy way to compare if 2 objects is equal based on values in these objects. This library is heavily inspired in Golang's reflect.DeepEqual()
paulfitz/daff-php
20944 Downloads
align and compare tables
ondrejmirtes/backward-compatibility-check
8431 Downloads
Tool to compare two revisions of a public API to check for BC breaks
ngmy/phpinfocmp
109 Downloads
PhpinfoComparator is compare two phpinfo() files.
mookofe/php-benchmark
20 Downloads
PHP library that allows you benchmark and compare the performance of functions
mcsodbrenner/serpent
329 Downloads
Serpent is a lightweight and compiling templating engine for PHP. It was designed to seamlessly integrate into existing MVC frameworks. It uses PHP itself as its template language, so you do not need to learn a new markup language. On the other side you get many improvements compared to pure PHP.
malantonio/dewey
23 Downloads
Parse and compare Dewey Decimal System call numbers.
kagency/http-replay
58 Downloads
Library to replay and compare HTTP requets and responses
joan-ramirez/currency
1 Downloads
Package to see the value of one currency compared to another
hirale/openmage-orphaned-config
66 Downloads
Retrieve all system configurations from system.xml, compare them with the entries in the core_config_data table, and list any orphaned configurations in the backend.
ganeshkandu/imageanalysis
92 Downloads
This tool compares the original image to a recompressed version. This can make manipulated regions stand out in various ways. For example they can be darker or brighter than similar regions which have not been manipulated.
fromholdio/silverstripe-commonancestor
1033 Downloads
A small utility class that accepts an array of class name, compares their class ancestories, and identifies their closest common ancestor class.
adly-nady/php-my-migration
9 Downloads
It converts all existing tables in MySQL that do not have migration files to migration files. If they exist, it compares the columns and their data types with the existing ones and syncs the existing ones to MySQL.
groupdocs/groupdocs-php
5668 Downloads
GroupDocs.Total for Cloud is a suite of document collaboration APIs that enables end users to view, annotate, e-sign, compare, convert and assemble 50+ document and image types on the web. With this SDK, you can seamlessly integrate GroupDocs.Total for Cloud into your PHP app or website.
atomastic/strings
6318 Downloads
Strings Component provide a fluent, object-oriented interface for working with multibyte string, allowing you to chain multiple string operations together using a more readable syntax compared to traditional PHP strings functions.