Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurimasniekis/akatsuki-bencode
The Akatsuki Bencode Component
https://github.com/aurimasniekis/akatsuki-bencode
Last synced: about 2 months ago
JSON representation
The Akatsuki Bencode Component
- Host: GitHub
- URL: https://github.com/aurimasniekis/akatsuki-bencode
- Owner: aurimasniekis
- License: mit
- Created: 2017-05-12T12:20:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T12:47:01.000Z (over 7 years ago)
- Last Synced: 2024-04-23T22:19:24.750Z (9 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Bencode Component
[![Latest Version](https://img.shields.io/github/release/aurimasniekis/akatsuki-bencode.svg?style=flat-square)](https://github.com/aurimasniekis/akatsuki-bencode/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/travis/aurimasniekis/akatsuki-bencode.svg?style=flat-square)](https://travis-ci.org/aurimasniekis/akatsuki-bencode)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/aurimasniekis/akatsuki-bencode.svg?style=flat-square)](https://scrutinizer-ci.com/g/aurimasniekis/akatsuki-bencode)
[![Quality Score](https://img.shields.io/scrutinizer/g/aurimasniekis/akatsuki-bencode.svg?style=flat-square)](https://scrutinizer-ci.com/g/aurimasniekis/akatsuki-bencode)
[![Total Downloads](https://img.shields.io/packagist/dt/akatsuki/bencode.svg?style=flat-square)](https://packagist.org/packages/akatsuki/bencode)The Akatsuki Bencode Component.
## Install
Via Composer
```bash
$ composer require akatsuki/bencode
```## Usage
## Testing
```bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## License
Please see [License File](LICENSE) for more information.