Libraries tagged by compare
dbff/dbff-core
894 Downloads
Diff for DB
cubiche/comparable
798 Downloads
Comparable library
codercms/fast-fuzzy-search
3 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
burnbright/silverstripe-shop-comparison
3244 Downloads
Submodule for SilverShop which allows you to compare products in a table.
albert1991/php-project-lvl2
14 Downloads
GenDiff
questocat/version-comparator
4022 Downloads
Compares two version number strings based on Semantic Versioning 2.0.0
maloja/pico-twentytwenty
6 Downloads
This Plugin adds the TwentyTwenty image comparison slider for Pico CMS
landofcoder/module-logcleaner
2 Downloads
Magento 2 DB Log Cleaner Extension for magento2
ideaworks/php-utils
75 Downloads
A collection of String, Date and Array manipulations and checks.
greywolfs/fine-diff-bundle
1344 Downloads
FineDiff Symfony3 Bundle implementation
edwrodrig/image
318 Downloads
Library optimize images for web sites and create thumbnails
vitorsreis/extend-benchmark
2 Downloads
Simple Benchmark for PHP 8.2+
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
18 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.