From da95cbacce4306481c18ed213637e1ebf88caa63 Mon Sep 17 00:00:00 2001 From: itismadness Date: Mon, 2 Jul 2018 01:41:16 -0400 Subject: [PATCH] Update readme for 0.10.0 release --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bfbb989..b219fa1 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,19 @@ BEncode Torrent =============== [![Build Status](https://travis-ci.org/ApolloRIP/bencode-torrent.svg?branch=master)](https://travis-ci.org/ApolloRIP/bencode-torrent) +[![Packagist](https://img.shields.io/packagist/v/apollorip/bencode-torrent.svg)](https://packagist.org/packages/apollorip/bencode-torrent) +![PHP from Travis config](https://img.shields.io/travis/php-v/ApolloRIP/bencode-torrent.svg) PHP library for encoding and decoding BitTorrent BEncode data, focused around [Gazelle](https://github.com/ApolloRIP/Gazelle). +Usage +----- +`composer require apollorip/bencode-torrent` + +Description +----------- + BEncode is the encoding used by BitTorrent to store and transmitting loosely structured data. It supports * byte strings * integers