{ "name": "tom-lingham/searchy", "description": "Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.", "keywords": ["laravel","search","fuzzy"], "license": "MIT", "authors": [ { "name": "Tom Lingham", "email": "tjlingham@gmail.com" } ], "require": { "php": ">=5.4.0", "illuminate/support": "5.*" }, "require-dev" :{ "phpspec/phpspec": "~2.0" }, "autoload": { "psr-0": { "TomLingham": "src/" } }, "minimum-stability": "stable" }