hafael / easyrec-php
Logging for PHP 5.3
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: >=6.0
Requires (Dev)
- mockery/mockery: ^0.9.9
- phpunit/phpunit: >=6.0.0
This package is auto-updated.
Last update: 2024-10-29 05:05:00 UTC
README
What is easyrec?
easyrec is an open source recommendation engine system that provides personalized recommendations using a RESTful API.
The recommendation engine server
You can use the server and call the associated RESTful API maintained by the easyrec team or download easyrec and call the API on one of your servers.
For additional information, take a look at the easyrec website.
Use easyrec with the server maintained by the team
This is the ready-to-go solution. You may want to use this if you don't want to configure another server dedicated to easyrec.
- Create a easyrec account: http://easyrec.org/register
- Open up your mailbox and activate your account
- Create a new Tenant in your dashboard
- Fill your API key and your Tenant ID in the configuration file
Configure your own easyrec server
Take a look at the easyrec installation guide.
Installation
PHP 5.4+ or HHVM 3.3+, and Composer are required.
To get the latest version of Easyrec PHP, simply add the following line to the require block of your composer.json
file:
"hafael/easyrec-php": "~1.0"