amneale / php-torrents
There is no license information available for the latest version (v2.0.0) of this package.
PHP library for manipulating torrent data
v2.0.0
2020-03-13 17:15 UTC
Requires
- php: ^7.4
- league/uri: ^6.0
- league/uri-components: ^2.2
- sandfoxme/bencode: ^1.3
Requires (Dev)
- adlawson/vfs: ^0.12.1
- friendsofphp/php-cs-fixer: ^2.15
- phpspec/phpspec: ^6.0
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-11-06 18:10:58 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