PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Lars Moelleken   Phonetic Algorithms   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Phonetic Algorithms
Search text matching the sound of words
Author: By
Last change: [!]: update "Portable UTF8" from v4 -> v5

-> this is a breaking change without API-changes - but the requirement from "Portable UTF8" has been changed (it no longer requires all polyfills from Symfony)
Date: 6 years ago
Size: 615 bytes
 

Contents

Class file image Download
{ "name": "voku/phonetic-algorithms", "description": "Phonetic-Algorithms for fuzzy searching | PHP", "keywords": [ "phonetic", "Kölner Phonetik", "phonetic", "algorithm", "metaphone", "Homophone" ], "type": "library", "license": "MIT", "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "require": { "php": ">=7.0.0", "voku/portable-utf8": "~5.0", "voku/stop-words": "~2.0" }, "require-dev": { "phpunit/phpunit": "~6.0" } }