amneale / php-torrents
There is no license information available for the latest version (v3.0.0) of this package.
PHP library for manipulating torrent data
v3.0.0
2025-04-01 10:42 UTC
Requires
- php: ^8.3
- arokettu/bencode: ^4.3
- league/uri: ^6.8
- league/uri-components: ^2.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
- phpspec/phpspec: ^7.5
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2025-04-01 10:43:01 UTC
README
Installation
$ composer require amneale/php-torrents
Contributing
Running tests
index-rate-api-sdk-php uses phpspec to drive development
$ make test
Checking code style
Code style rules are defined in .php_cs.dist
. These rules are used to automatically fix any code style discrepancies
$ make code-style