soiposervices / recombee-laravel
A wrapper around the php sdk of recombee
Requires
- php: ^8.1
- illuminate/support: ^10.0
- recombee/php-api-client: ^4.1
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^10.0
README
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.