PHPackages                             robotomize/fujes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. robotomize/fujes

AbandonedArchivedLibrary[Search &amp; Filtering](/categories/search)

robotomize/fujes
================

Library for the fuzzy search to JSON document.

0.4.0.0(10y ago)172061[1 issues](https://github.com/robotomize/fujes/issues)MITPHPPHP &gt;=5.6.0

Since Oct 18Pushed 10y ago3 watchersCompare

[ Source](https://github.com/robotomize/fujes)[ Packagist](https://packagist.org/packages/robotomize/fujes)[ Docs](https://github.com/robotomize/fujes)[ RSS](/packages/robotomize-fujes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (20)Versions (4)Used By (0)

fujes - PHP Fuzzy JSON search
=============================

[](#fujes---php-fuzzy-json-search)

[![Latest Stable Version](https://camo.githubusercontent.com/30a4adb0e24b0662854c75e9f71bbd5601e97cc7133dd6b7cfc8ce0a98425c22/68747470733a2f2f706f7365722e707567782e6f72672f726f626f746f6d697a652f66756a65732f762f737461626c65)](https://packagist.org/packages/robotomize/fujes)[![Code Climate2](https://camo.githubusercontent.com/7d35064dadbf6731b9fc64103a1ef04b80a38aa0a87b785e7f5e9c2fbdde7bb1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726f626f746f6d697a652f66756a65732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/robotomize/fujes/?branch=master)[![Code Climate](https://camo.githubusercontent.com/bec7ffb49ef17a27014629c66e2a67a4ba75f20528b2f9531f38eb8e7fe60739/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f726f626f746f6d697a652f66756a65732f6261646765732f6770612e737667)](https://codeclimate.com/github/robotomize/fujes)[![Build Status](https://camo.githubusercontent.com/ab0cc20a7c22cc4b63f56224650f26f093f700a17c2e4467d94997aff2fa4d35/68747470733a2f2f7472617669732d63692e6f72672f726f626f746f6d697a652f66756a65732e737667)](https://travis-ci.org/robotomize/fujes/)[![Total Downloads](https://camo.githubusercontent.com/b50992b0d839bbcbbf837816c7791432e1dd9770e819cee352bb972c45c62ab2/68747470733a2f2f706f7365722e707567782e6f72672f726f626f746f6d697a652f66756a65732f646f776e6c6f616473)](https://packagist.org/packages/robotomize/fujes)[![License](https://camo.githubusercontent.com/10b1dd42dbfbbc6a94de80818b71118ebea3c7547cd721f3380e3a3611ef1b9c/68747470733a2f2f706f7365722e707567782e6f72672f726f626f746f6d697a652f66756a65732f6c6963656e7365)](https://packagist.org/packages/robotomize/fujes)

Why?
----

[](#why)

Firstly, it is the implementation of the search on the format of the data in PHP. You can look up information on the fly. You can look for anything to JSON files. This is useful when your service accesses a different API.

The basis of the algorithm is taken Levenshtein.

[Look composer package here](https://packagist.org/packages/robotomize/fujes)

Requirements
------------

[](#requirements)

- php 5.6+

Installation
------------

[](#installation)

```
install composer (https://getcomposer.org/download/)
composer require robotomize/fujes
```

#### or

[](#or)

```
git clone https://github.com/robotomize/fujes.git
```

Usage
-----

[](#usage)

#### Fast, minimal params, go

[](#fast-minimal-params-go)

```
