owenvoke / cachent
A secure, open source torrent cache.
Fund package maintenance!
owenvoke
ecologi.com/owenvoke?gift-trees
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 8
Open Issues: 2
Type:project
pkg:composer/owenvoke/cachent
Requires
- php: ^8.2
- coldwinds/torrent-rw: ^1.1
- guzzlehttp/guzzle: ^7.7
- laravel/framework: ^10.13.2
- laravel/jetstream: ^3.2.2
- laravel/sanctum: ^3.2.5
- laravel/tinker: ^2.8.1
- livewire/livewire: ^2.12.3
- rych/bytesize: ^1.0
Requires (Dev)
- fakerphp/faker: ^1.22.0
- laravel/pint: ^1.10.1
- laravel/sail: ^1.22
- mockery/mockery: ^1.6.2
- nunomaduro/collision: ^7.5.2
- nunomaduro/larastan: ^2.6.1
- pestphp/pest: ^2.6.2
- pestphp/pest-plugin-laravel: ^2.0
- spatie/laravel-ignition: ^2.1.3
- thecodingmachine/phpstan-safe-rule: ^1.2
This package is auto-updated.
Last update: 2025-10-08 16:13:08 UTC
README
A secure, open source torrent cache.
Install
Via Composer
composer create-project owenvoke/cachent
Usage
Requirements
- PHP >= 8.2
- MySQL >= 5.7, MariaDB >= 10.3, or another supported database
- Composer >= 2.0
- A PHP Compatible Webserver
Configuration
- Run
composer install --no-devin the Cachent project directory. - Copy the
.env.examplefile to.envand fill with your own database and mail details. - Ensure the
storageandbootstrap/cachedirectories are writable by the server. - Run
php artisan key:generateto generate a unique application key. - Set up your web server to point to the
publicdirectory. - Run
php artisan migrateto update the database.
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
composer test
Security
If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.