PHP Package: recombee/php-api-client
The PHP API client library for Recombee providing seamless integration with powerful recommendation services.
Package Description
The PHP API client library for Recombee allows developers to easily connect their PHP applications to Recombee's recommendation services. With this library, you can efficiently manage user data and interaction history, access personalized recommendations, and enhance user experience on your website or app.
Download Latest Version: 5.1.1

Previous Versions
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/recombee/php-api-client/5.1.1/loader.php';
require_once 'libs/recombee/recombee-api-client-php/{lib_version}/loader.php';
use Recombee\API\Client;
$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.