PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Insolita   Russian PHP Metaphone   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Russian PHP Metaphone
Generate a phonetic representation of Russian word
Author: By
Last change:
Date: 3 years ago
Size: 569 bytes
 

Contents

Class file image Download
{ "name": "insolita/metaphone", "description": "Metaphone algorithm implementation adopted to russian", "type": "library", "require": { "php": ">=7.1", "voku/portable-utf8": "^5.4" }, "require-dev": { "phpunit/phpunit": "^7.0|^8.0|^9.4" }, "autoload": { "psr-4": { "insolita\\metaphone\\": "./src", "tests\\": "./tests" } }, "license": "MIT", "authors": [ { "name": "insolita", "email": "webmaster100500@ya.ru" } ] }