PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Similar Strings Finder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Similar Strings Finder
Search a string for a given text or similar text
Author: By
Last change:
Date: 4 months ago
Size: 629 bytes
 

Contents

Class file image Download
{ "name": "smoren/similar-string-finder", "description": "Similar string finder", "keywords": ["string", "search", "similar"], "license": "MIT", "authors": [ { "name": "Smoren", "email": "ofigate@gmail.com" } ], "require": { "php": ">=7.2.0", "ext-json": "*", "ext-mbstring": "*", "dastanaron/yii2-translit": "*" }, "autoload": { "psr-4": { "Smoren\\SimilarStringFinder\\": "src" } }, "config": { "fxp-asset": { "enabled": false } }, "repositories": [ { "type": "composer", "url": "https://asset-packagist.org" } ] }