/opencf

Open CF: PHP Item-based Collaborative Filtering Engine

Primary LanguagePHPMIT LicenseMIT

OpenCF

OpenCF - a PHP Item-based Collaborative Filtering Engine.

PHP Composer Build Status

Requirements

OpenCF Package requires PHP 5.6+

WARNING: This library may not function correctly on PHP < 5.6.

Getting Started

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.

Installing

The supported way of installing the OpenCF Package is via Composer.

$ composer require opencf/opencf

Usage

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.

Running the tests

you can easly run tests using composer

$ composer test

Built With

  • PHP - The programing language used
  • Composer - Dependency Management
  • PHPUnit - Programmer-oriented testing framework for PHP.

Contributing

Please read CONTRIBUTING for details.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

PHP Composer Build Status