Download the PHP package jbaron-mx/laravel-recombee without Composer
On this page you can find all versions of the php package jbaron-mx/laravel-recombee. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jbaron-mx/laravel-recombee
More information about jbaron-mx/laravel-recombee
Files in jbaron-mx/laravel-recombee
Package laravel-recombee
Short Description An expressive fluent API wrapper around Recombee's SDK to use within Laravel applications
License MIT
Homepage https://github.com/jbaron-mx/laravel-recombee
Informations about the package laravel-recombee
Recombee is an AI-powered recommendation engine that delivers amazing user experiences with recommendations based on users' behavior and interests.
This package is a Recombee PHP SDK wrapper for Laravel. It provides an expressive fluent API to seamlessly integrate personalized recommendations into your application in the Laravel way. Heavily inspired in Laravel Scout.
Supports
- PHP: 8.0, 8.1, 8.2
- Laravel: 8, 9, 10, 11
Prerequisites
- Create an account in Recombee.
- Create a database within your account.
Installation & Setup
Install with Composer:
Publish config file:
Add to your .env
file:
Replace the values with your database details from Recombee.
Add your corresponding models to your config/recombee.php
:
Add Recommendable
trait to your corresponding models:
Quick Usage
For full documentation please visit the wiki.
Create properties in your Recombee database:
Import users and items:
For batch import, please visit the Batch Import section in the wiki.
Retrieve users and items:
get() returns an instance of
Collection
for which all its convenient methods are available, refer to Laravel Docs for all available methods.
Create interactions:
Get personalized recomendations:
Documentation
Please visit the wiki for full documentation.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-recombee with dependencies
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
recombee/php-api-client Version ^4.1
spatie/laravel-package-tools Version ^1.9.2