Skip to content

Commit da95cba

Browse files
author
itismadness
committed
Update readme for 0.10.0 release
1 parent c0e4100 commit da95cba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,19 @@ BEncode Torrent
22
===============
33

44
[![Build Status](https://travis-ci.org/ApolloRIP/bencode-torrent.svg?branch=master)](https://travis-ci.org/ApolloRIP/bencode-torrent)
5+
[![Packagist](https://img.shields.io/packagist/v/apollorip/bencode-torrent.svg)](https://packagist.org/packages/apollorip/bencode-torrent)
6+
![PHP from Travis config](https://img.shields.io/travis/php-v/ApolloRIP/bencode-torrent.svg)
57

68
PHP library for encoding and decoding BitTorrent BEncode data, focused around
79
[Gazelle](https://github.com/ApolloRIP/Gazelle).
810

11+
Usage
12+
-----
13+
`composer require apollorip/bencode-torrent`
14+
15+
Description
16+
-----------
17+
918
BEncode is the encoding used by BitTorrent to store and transmitting loosely structured data. It supports
1019
* byte strings
1120
* integers

0 commit comments

Comments
 (0)