PHP Package: jfcherng/php-sequence-matcher

PHP library for sequence matching with advanced algorithms and flexible configurations.

Current Version: 4.0.1
Last Updated: 2023-02-27
PHP Requirement: >=8.1
Dependencies:
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

php-sequence-matcher is a versatile library designed to facilitate sequence matching tasks in PHP applications. It offers a wide range of algorithms and configurable options to handle complex matching scenarios efficiently. Whether you need to compare strings, arrays, or other sequences, this library provides powerful tools to streamline the process and enhance performance.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.1

Download Download v4.0.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/jfcherng/php-sequence-matcher/4.0.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use jfcherng\PhpSequenceMatcher\SequenceMatcher;
use jfcherng\PhpSequenceMatcher\Diff\Differ;

$obj = new SequenceMatcher();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.