OpenCF - a PHP Item-based Collaborative Filtering Engine.
OpenCF Package requires PHP 5.6+
WARNING: This library may not function correctly on PHP < 5.6.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The supported way of installing the OpenCF Package is via Composer.
$ composer require opencf/opencf
OpenCF Package is designed to be very simple and straightforward to use. All you have to do is to load rating data, then predict future ratings based on the training set provided.
you can easly run tests using composer
$ composer test
- PHP - The programing language used
- Composer - Dependency Management
- PHPUnit - Programmer-oriented testing framework for PHP.
Please read CONTRIBUTING for details.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details