Download the PHP package robotomize/fujes without Composer
On this page you can find all versions of the php package robotomize/fujes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download robotomize/fujes
More information about robotomize/fujes
Files in robotomize/fujes
Download robotomize/fujes
More information about robotomize/fujes
Files in robotomize/fujes
Vendor robotomize
Package fujes
Short Description Library for the fuzzy search to JSON document.
License MIT
Homepage https://github.com/robotomize/fujes
Package fujes
Short Description Library for the fuzzy search to JSON document.
License MIT
Homepage https://github.com/robotomize/fujes
Please rate this library. Is it a good library?
Informations about the package fujes
fujes - PHP Fuzzy JSON search
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.
Requirements
- php 5.6+
Installation
or
Usage
Fast, minimal params, go
Another example
Grep is used for highlighting
With full options
Documentation for Factory && Facade
Parameters
- path to json file '/go/to/path/name.json' or 'http://myapi/1.json'
- search line. 'search string'
- the depth of the array. (1-..) . Nesting output array. You will use a value of 1 or 2 the most.
- Display in json or PHP array. Output back to JSON?(true, false)
- Fetch one or more results. Get a set of results? Put true if you need to bring some results.
- Quality, 1 by default. @deprecated, but using. 1 default
- Version, master or dev. If you put the dev logs will be written about the exclusion or successful and not successful recognition. Once you see all the exceptions that fall.
Usage with example.php
Basic examples you can try that.
These examples work if you do
- git clone https://github.com/robotomize/fujes.git
- php -q src/example.php
Fetch one entry
Next, fetch few entries.
Set up $multipleResult = trueand everything will be fine.
Factory
Another factory example
License
Satis is licensed under the MIT License - see the LICENSE file for details
All versions of fujes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
phpdocumentor/reflection-docblock Version ^2.0
sebastian/global-state Version ^1.1
sebastian/exporter Version ^1.2
sebastian/recursion-context Version ^1.0
sebastian/environment Version ^1.3
doctrine/instantiator Version ^1.0
dflydev/markdown Version ^1.0
erusev/parsedown Version ^1.6
monolog/monolog Version ^1.17
nesbot/carbon Version ^1.20
phpdocumentor/reflection-docblock Version ^2.0
sebastian/global-state Version ^1.1
sebastian/exporter Version ^1.2
sebastian/recursion-context Version ^1.0
sebastian/environment Version ^1.3
doctrine/instantiator Version ^1.0
dflydev/markdown Version ^1.0
erusev/parsedown Version ^1.6
monolog/monolog Version ^1.17
nesbot/carbon Version ^1.20
The package robotomize/fujes contains the following files
Loading the files please wait ....