Skip to content

Commit 52233f2

Browse files
authored
Update README.md
1 parent 7f25ccf commit 52233f2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Collaborative filtering recommendation system
33
- Ranking algorithm using likes / dislikes or star-based rating
44
- This package can be used in any PHP/composer application or with any framework.
55
- 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+
619
### Configuration
720
Sometimes it may be necessary to rename the value of the attributes (According to your database table).
821

0 commit comments

Comments
 (0)