https://github.com/owenvoke/cachent
A secure, open source torrent cache.
https://github.com/owenvoke/cachent
cache laravel php torrent-cache torrent-files torrents
Last synced: 6 months ago
JSON representation
A secure, open source torrent cache.
- Host: GitHub
- URL: https://github.com/owenvoke/cachent
- Owner: owenvoke
- License: mit
- Created: 2017-09-04T22:40:07.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T10:44:04.000Z (over 2 years ago)
- Last Synced: 2025-03-28T02:38:20.208Z (7 months ago)
- Topics: cache, laravel, php, torrent-cache, torrent-files, torrents
- Language: PHP
- Homepage: https://packagist.org/packages/owenvoke/cachent
- Size: 1.66 MB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cachent
A secure, open source torrent cache.
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-packagist]## Install
Via Composer
```shell
composer create-project owenvoke/cachent
```## Usage
### Requirements
- **PHP** >= 8.2
- **MySQL** >= 5.7, **MariaDB** >= 10.3, or [another supported database](https://laravel.com/docs/10.x/database#introduction)
- **Composer** >= 2.0
- **A PHP Compatible Webserver**### Configuration
1. Run `composer install --no-dev` in the Cachent project directory.
2. Copy the `.env.example` file to `.env` and fill with your own database and mail details.
3. Ensure the `storage` and `bootstrap/cache` directories are writable by the server.
4. Run `php artisan key:generate` to generate a unique application key.
5. Set up your web server to point to the `public` directory.
6. Run `php artisan migrate` to update the database.## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
```bash
composer test
```## Security
If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.
## Credits
- [Owen Voke][link-author]
- [All Contributors][link-contributors]## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/owenvoke/cachent.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/owenvoke/cachent.svg?style=flat-square[link-packagist]: https://packagist.org/packages/owenvoke/cachent
[link-author]: https://github.com/owenvoke
[link-contributors]: ../../contributors