reco4php
reco4php copied to clipboard
Neo4j based Recommendation Engine Framework for PHP
* Use Github Actions * Remove StyleCI * Remove Travis * Remove build files * `install-jdk8.sh` * `install-neo.sh` * Use PHP-CS-FIXER * Use rules * PSR12 * Symfony * PHP...
Master currently supports sf4. Could we make a new release with this change?
Why is the GraphAware\Reco4PHP\Persistence\DatabaseService needed? ([source](https://github.com/graphaware/reco4php/blob/2.0.2/src/Persistence/DatabaseService.php)) It works as a wrapper for the `ClientBuilder`. Wouldn't it be simpler to typehint for a `ClientInterace` directly. That would remove an unneeded abstraction...