Larcombee is a Recombee API package for Laravel. Using this package we can easily build a recommendation system to get recommendations based on the user's behaviors and interests.

laravel recombee

Installation.

composer require amranidev/laracombee

Add the service provider and the alias to config/app.php:

// Service provider. Amranidev\Laracombee\Providers\LaracombeeServiceProvider::class,

// Alias.
'Laracombee' => Amranidev\Laracombee\facades\LaracombeeFacade::class,

Create a new instance in recombee.com

Add databaseId and token to config/laracombee.php in your project.

Congratulations, you have successfully installed Laracombee!

Source code

https://github.com/amranidev/laracombee