soiposervices/recombee-laravel

A wrapper around the php sdk of recombee

0.1 2023-12-01 16:44 UTC

This package is auto-updated.

Last update: 2024-04-30 00:34:18 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

If you are looking for a convenient way to integrate Recombee's recommendation engine into your Laravel application, you might want to check out my package. It is a wrapper around Recombee PHP SDK, allowing you to configure user and item properties, as well as send and retrieve recommendations using Laravel's fluent syntax.

Installation

You can install the package via composer:

composer require soiposervices/recombee-laravel

Usage

To reset the database, we have an handy command (use with caution), we do not accept any responsibility. :

php artisan recombee:reset

To sync the user and item properties, you will have to publish our configuration and edit the properties array. After that you can run.

php artisan recombee:sync

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email info@soiposervices.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.