Download the PHP package yuzuru-s/redis-recommend without Composer
On this page you can find all versions of the php package yuzuru-s/redis-recommend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yuzuru-s/redis-recommend
More information about yuzuru-s/redis-recommend
Files in yuzuru-s/redis-recommend
Download yuzuru-s/redis-recommend
More information about yuzuru-s/redis-recommend
Files in yuzuru-s/redis-recommend
Vendor yuzuru-s
Package redis-recommend
Short Description Wrapping Redis's sorted set APIs for specializing recommending operations.
License MIT
Homepage https://github.com/YuzuruS/redis-recommend
Package redis-recommend
Short Description Wrapping Redis's sorted set APIs for specializing recommending operations.
License MIT
Homepage https://github.com/YuzuruS/redis-recommend
Please rate this library. Is it a good library?
Informations about the package redis-recommend
Simple Recommendation library for Redis and PHP
Abstracting Redis's Sorted Set
APIs and PHP to use as a recommending system.
This Recommendation algorithm use Collaborative Filtering
, especially Jaccard coefficient
This Recommendation algorithm is used by Amazon.com
Please check here for details.
Requirements
- Redis
-
=2.4
-
- PhpRedis extension
- PHP
-
=5.5 >=5.6, >=7.0, >=7.1, >= 7.2
-
- Composer
Installation
- Using composer
How to use
Please check sample code
How to run unit test
Run with default setting.
Currently tested with PHP 7.2.0 + Redis 2.6.12.
History
- 1.0.10
- support php7.2
- 1.0.9
- unsupport HHVM
- 1.0.8
- support HHVM
- 1.0.7
- support php7.1
- 1.0.6
- bug fix
- 1.0.5
- supports travis CI and passed test and display code coverage.
- 1.0.0
- Published
License
Copyright (c) 2017 YUZURU SUZUKI. See MIT-LICENSE for further details.
Copyright
- Yuzuru Suzuki
All versions of redis-recommend with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package yuzuru-s/redis-recommend contains the following files
Loading the files please wait ....