{"id":21846146,"url":"https://github.com/owenvoke/torrent-php","last_synced_at":"2025-04-14T13:22:53.918Z","repository":{"id":57034402,"uuid":"104362826","full_name":"owenvoke/torrent-php","owner":"owenvoke","description":"A set of torrent management classes with support for Torrent v2. (WIP)","archived":false,"fork":false,"pushed_at":"2022-11-18T11:20:41.000Z","size":97,"stargazers_count":9,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T02:38:22.219Z","etag":null,"topics":["php","torrent","torrent-v2"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/owenvoke/torrent","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/owenvoke.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"owenvoke","custom":"https://ecologi.com/owenvoke?gift-trees"}},"created_at":"2017-09-21T15:03:02.000Z","updated_at":"2025-02-26T14:30:14.000Z","dependencies_parsed_at":"2023-01-23T13:16:02.621Z","dependency_job_id":null,"html_url":"https://github.com/owenvoke/torrent-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Ftorrent-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Ftorrent-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Ftorrent-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/owenvoke%2Ftorrent-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/owenvoke","download_url":"https://codeload.github.com/owenvoke/torrent-php/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248886717,"owners_count":21177731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php","torrent","torrent-v2"],"created_at":"2024-11-27T23:13:06.868Z","updated_at":"2025-04-14T13:22:53.875Z","avatar_url":"https://github.com/owenvoke.png","language":"PHP","funding_links":["https://github.com/sponsors/owenvoke","https://ecologi.com/owenvoke?gift-trees"],"categories":[],"sub_categories":[],"readme":"# Torrent\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-github-actions]][link-github-actions]\n[![Static Analysis][ico-static-analysis]][link-static-analysis]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Buy us a tree][ico-treeware-gifting]][link-treeware-gifting]\n\nA set of torrent management classes with support for BitTorrent v2.\n\n## Install\n\nVia Composer\n\n```shell\ncomposer require owenvoke/torrent\n```\n\n## Usage\n\nSee [BEP52] for more information on the BitTorrent v2 proposal.\n\n_Please note, this is still a work-in-progress, and is by no means usable at the moment._\n\nIn future, this will be a standalone library, the CLI will be distributed separately.\n\n**List available commands**\n\n```shell\ntorrent\n```\n\n**Create a torrent file for a file or directory**\n\n```shell\ntorrent create 'file_or_directory'\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n```shell\ncomposer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email security@voke.dev instead of using the issue tracker.\n\n## Credits\n\n- [Owen Voke][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n## Treeware\n\nYou're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.\n\nIt’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.\n\nYou can buy trees [here][link-treeware-gifting].\n\nRead more about Treeware at [treeware.earth][link-treeware].\n\n[ico-version]: https://img.shields.io/packagist/v/owenvoke/torrent.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-github-actions]: https://img.shields.io/github/workflow/status/owenvoke/torrent/Tests.svg?style=flat-square\n[ico-static-analysis]: https://img.shields.io/github/workflow/status/owenvoke/skeleton-php/Static%20Analysis.svg?style=flat-square\u0026label=Static%20Analysis\n[ico-downloads]: https://img.shields.io/packagist/dt/owenvoke/torrent.svg?style=flat-square\n[ico-treeware-gifting]: https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/owenvoke/torrent\n[link-github-actions]: https://github.com/owenvoke/torrent/actions\n[link-static-analysis]: https://github.com/owenvoke/skeleton-php/actions/workflows/static.yml\n[link-downloads]: https://packagist.org/packages/owenvoke/torrent\n[link-treeware]: https://treeware.earth\n[link-treeware-gifting]: https://ecologi.com/owenvoke?gift-trees\n[link-author]: https://github.com/owenvoke\n[link-contributors]: ../../contributors\n\n[BEP52]: https://github.com/bittorrent/bittorrent.org/blob/master/beps/bep_0052.rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Ftorrent-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fowenvoke%2Ftorrent-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fowenvoke%2Ftorrent-php/lists"}