1. Go to this page and download the library: Download esplora/similar library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
esplora / similar example snippets
$ composer
use Esplora\Similar\Similar;
$similar = new Similar(function (string $a, string $b) {
similar_text($a, $b, $copy);
return 51 < $copy;
});
$similar->findOut([
'Elon Musk gets mixed COVID-19 test results as SpaceX launches astronauts to the ISS',
'Elon Musk may have Covid-19, should quarantine during SpaceX astronaut launch Sunday',
// Superfluous word
'Can Trump win with ‘fantasy’ electors bid? State GOP says no',
]);
'Elon Musk gets mixed COVID-19 test results as SpaceX launches astronauts to the ISS',
'Elon Musk may have Covid-19, should quarantine during SpaceX astronaut launch Sunday',
$similar->findOut([
'kos' => "Trump acknowledges Biden's win in latest tweet",
'foo' => 'Elon Musk gets mixed COVID-19 test results as SpaceX launches astronauts to the ISS',
'baz' => 'Trump says Biden won but again refuses to concede',
'bar' => 'Elon Musk may have Covid-19, should quarantine during SpaceX astronaut launch Sunday',
]);
[
'foo' => 'Elon Musk gets mixed COVID-19 test results as SpaceX launches astronauts to the ISS',
'bar' => 'Elon Musk may have Covid-19, should quarantine during SpaceX astronaut launch Sunday',
],
[
'baz' => 'Trump says Biden won but again refuses to concede',
'kos' => "Trump acknowledges Biden's win in latest tweet",
],
$similar->findOut([
new FixtureStingObject('Lorem ipsum dolor sit amet, consectetur adipiscing elit.'),
]);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.