Download the PHP package davor/news-recommendation without Composer
On this page you can find all versions of the php package davor/news-recommendation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davor/news-recommendation
More information about davor/news-recommendation
Files in davor/news-recommendation
Download davor/news-recommendation
More information about davor/news-recommendation
Files in davor/news-recommendation
Vendor davor
Package news-recommendation
Short Description This package provides AI generated recommendation tags for articles and stores them
License MIT
Package news-recommendation
Short Description This package provides AI generated recommendation tags for articles and stores them
License MIT
Please rate this library. Is it a good library?
Informations about the package news-recommendation
News-recommendation
Installation:
- composer require davor/news-recommendation
- php artisan vendor:publish --tag=config --provider="Hoks\NewsRecommendation\NewsRecommendationServiceProvider"
- Set up config/newsrecommendation.php
-
Set up connection for mongodb in config/database.php
-
Shedule job on desired interval
- Set up Redis to take data from user (see example bellow)
- Use package :D
NOTE: Version 2.00 includes option to proces readers using python multithread. You must have python on server as well as redis and pymongo installed. Set 'use_python' in config to true, and follow instructions there (run command "php artisan generate:config-json")
OpenAI
This part of package is intended for communication with OpenAI.
Code example
Set up Redis to take data from user
This is example on how to take user data and store it in Redis
Code example
Set up route
Write method in controller
Write script on blade.php that will create user id and make ajax
All versions of news-recommendation with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
guzzlehttp/guzzle Version ^6.3|^7.0.0
intervention/image Version ^2.5
mongodb/laravel-mongodb Version ^3.7|^3.9
predis/predis Version ^2.2
guzzlehttp/guzzle Version ^6.3|^7.0.0
intervention/image Version ^2.5
mongodb/laravel-mongodb Version ^3.7|^3.9
predis/predis Version ^2.2
The package davor/news-recommendation contains the following files
Loading the files please wait ....