Skip to content

Commit

Permalink
Update readme for 0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Jul 2, 2018
1 parent c0e4100 commit da95cba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da95cba

Please sign in to comment.