We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f25ccf commit 52233f2Copy full SHA for 52233f2
1 file changed
README.md
@@ -3,6 +3,19 @@ Collaborative filtering recommendation system
3
- Ranking algorithm using likes / dislikes or star-based rating
4
- This package can be used in any PHP/composer application or with any framework.
5
- Download package: ```composer require tigo/recommendation```
6
+
7
+ ### Getting started
8
9
+ 1. Install composer
10
+ 2. Download package: ```composer require tigo/recommendation```
11
+ 3. PHP >= 7.0
12
13
+ ```php
14
+ //Somewhere in your project, you may need to use autoload
15
+ include __DIR__ ."/vendor/autoload.php";
16
17
+ ```
18
19
### Configuration
20
Sometimes it may be necessary to rename the value of the attributes (According to your database table).
21
0 commit comments