Download the PHP package rustem-kaimolla/recommender-php without Composer
On this page you can find all versions of the php package rustem-kaimolla/recommender-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rustem-kaimolla/recommender-php
More information about rustem-kaimolla/recommender-php
Files in rustem-kaimolla/recommender-php
Download rustem-kaimolla/recommender-php
More information about rustem-kaimolla/recommender-php
Files in rustem-kaimolla/recommender-php
Vendor rustem-kaimolla
Package recommender-php
Short Description A lightweight library for building recommender systems in PHP
License MIT
Package recommender-php
Short Description A lightweight library for building recommender systems in PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package recommender-php
Recommender-PHP
🚀 A lightweight library for building recommender systems in PHP.
Supports Item-Item Collaborative Filtering via Jaccard Similarity and an extensible architecture to work with different types of storage.
📦 Installation
(for local development)
✨ Основные возможности
- Item-Item Collaborative Filtering
- Jaccard Similarity (similarity metric)
- InMemory storage for fast tests (extensible for Redis, PostgreSQL and others)
- Clean architecture with interfaces (PSR-4)
- Test coverage (PHPUnit)
- License MIT
⚡ Quick start
📊 Response example
User 1 is recommended product 11 because it was purchased by other users who purchased similar products.
🧪 Running tests
💚 Development plan
- [x] InMemory storage
- [ ] Redis Storage
- [ ] Popularity-based baseline
- [ ] Event weighting assessment (view, like, purchase)
- [ ] Similarity Matrix Cache
- [ ] Quality metrics (precision@k, recall@k)
📄 License
The project is licensed under MIT License.
🤝 Contribution
If you want to make a pull request or share an idea, you are always welcome! 🚀
All versions of recommender-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package rustem-kaimolla/recommender-php contains the following files
Loading the files please wait ....