pxgamer / cachent
This package is abandoned and no longer maintained.
The author suggests using the owenvoke/cachent package instead.
A secure, open source torrent cache.
v1.1.2
2017-12-06 09:44 UTC
Requires
- php: >=7.1.0
- coldwinds/torrent-rw: ^1.1
- fideloper/proxy: ~3.3
- laravel/framework: 5.5.*
- laravel/tinker: ~1.0
- rych/bytesize: ^1.0.0
Requires (Dev)
- filp/whoops: ~2.0
- fzaninotto/faker: ~1.4
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~6.0
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-dev
in the Cachent project directory. - Copy the
.env.example
file to.env
and fill with your own database and mail details. - Ensure the
storage
andbootstrap/cache
directories are writable by the server. - Run
php artisan key:generate
to generate a unique application key. - Set up your web server to point to the
public
directory. - Run
php artisan migrate
to 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.