PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   PHP Similar Text Percentage   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Similar Text Percentage
Compare two strings to compute a similarity score
Author: By
Last change:
Date: 4 years ago
Size: 807 bytes
 

Contents

Class file image Download
{ "name": "manuwhat/similar-text", "type": "library", "description": "Similar-text - Compare two strings to compute a similarity score", "keywords": [ "text", "comparison", "stem", "anagram", "similar", "acronym", "abbreviation", "percentage" ], "homepage": "https://github.com/manuwhat/similar-text", "license": "MIT", "authors": [ { "name": "Akpé Aurelle Emmanuel Moïse Zinsou", "email": "leizmo@gmail.com" } ], "require-dev": { "phpunit/phpunit": "^6.5.0" }, "autoload": { "psr-4": { "EZAMA\\": "src/" } }, "autoload-dev": { "psr-4": { "EZAMA\\Tests\\": "tests/" } }, "scripts": { } }