Libraries tagged by compare
idct/database-comparator
99 Downloads
Datasource sets comparing framework
ft/sets
14 Downloads
A lightweight flexible PHP hashstable wrapper package for Sets
landofcoder/module-logcleaner
3 Downloads
Magento 2 DB Log Cleaner Extension for magento2
krugozor/hash
13 Downloads
PHP Compare Image (Average Hash, Simple Hash)
jasonbradley/speedy-diff
27 Downloads
Quickly generate a diff of two files.
ideaworks/php-utils
75 Downloads
A collection of String, Date and Array manipulations and checks.
greywolfs/fine-diff-bundle
1346 Downloads
FineDiff Symfony3 Bundle implementation
florianwolters/component-core-comparable
187 Downloads
Imposes a total ordering on objects as a PHP component.
edwrodrig/image
318 Downloads
Library optimize images for web sites and create thumbnails
dd/php-library-ddtextcompare
3021 Downloads
A simple tool allowing to compare two texts
vitorsreis/extend-benchmark
4 Downloads
Simple Benchmark for PHP 8.2+
comparek/laravel-cookie-consent
4 Downloads
Design-agnostic cookie consent for Laravel.
comparegroupdev/yii2-html-parser
8 Downloads
Html parser
zvps/ebay-sell-analytics-php-client
32 Downloads
The Analytics API provides data and information about a seller and their eBay business. The resources and methods in this API let sellers review information on their listing performance, metrics on their customer service performance, and details on their eBay seller performance rating. The three resources in the Analytics API provide the following data and information: Customer Service Metric – Returns data on a seller's customer service performance as compared to other seller's in the same peer group. Traffic Report – Returns data that shows how buyers are engaging with a seller's listings. Seller Standards Profile – Returns data pertaining to a seller's performance rating. Sellers can use the data and information returned by the various Analytics API methods to determine where they can make improvements to increase sales and how they might improve their seller status as viewed by eBay buyers. For details on using this API, see Analyzing seller performance.
yousafsyed/algorithms
19 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.