sopamo / clustercache
Cluster Cache
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sopamo/clustercache
Requires
- php: ^8.0
Requires (Dev)
- orchestra/testbench: ^7.0
- dev-master
- v0.2
- dev-feature/refactor-broadcasting-updating-key
- dev-integration/multiple-hosts
- dev-feature/algorithm-to-get-data
- dev-feature/refactor-caching-hosts
- dev-feature/check-host-status-before-putting-cache
- dev-feature/lost-connection-between-hosts
- dev-dev
- dev-feature/host-communication-status
- dev-feature/2nd-container
- dev-feature/readme
- dev-feature/phpstan
- dev-feature/package
- dev-feature/implementation-for-single-host
- dev-feature/file-and-code-structure
- dev-feature/install-php-fpm
This package is auto-updated.
Last update: 2025-10-21 15:51:37 UTC
README
Cluster Cache
Speed up your application using Cluster CacheInstallation and usage
Please open package/README.md to read details about the package installation and usage.
Testing
If you want to run tests, follow the below instruction.
- Clone the project
- Go into the project-test folder
- Run
cp .env.example .env - Set a database user and a password in the .env file
- Run
docker run --rm -v "$(pwd)":/var/www/html -v "$(pwd)/../package":/var/www/package -w /opt composer bash -c "composer install" - Run
vendor/bin/sail up -d - Run
vendor/bin/sail shell - Run
php artisan key:generate - Run
php artisan migrate - Run
php artisan test