Download the PHP package owenvoke/cachent without Composer
On this page you can find all versions of the php package owenvoke/cachent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package cachent
Cachent
A secure, open source torrent cache.
Install
Via Composer
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
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Owen Voke
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of cachent with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
coldwinds/torrent-rw Version ^1.1
guzzlehttp/guzzle Version ^7.7
laravel/framework Version ^10.13.2
laravel/jetstream Version ^3.2.2
laravel/sanctum Version ^3.2.5
laravel/tinker Version ^2.8.1
livewire/livewire Version ^2.12.3
rych/bytesize Version ^1.0
coldwinds/torrent-rw Version ^1.1
guzzlehttp/guzzle Version ^7.7
laravel/framework Version ^10.13.2
laravel/jetstream Version ^3.2.2
laravel/sanctum Version ^3.2.5
laravel/tinker Version ^2.8.1
livewire/livewire Version ^2.12.3
rych/bytesize Version ^1.0
The package owenvoke/cachent contains the following files
Loading the files please wait ....