Skip to content

Commit

Permalink
Simplify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arokettu committed Apr 19, 2019
1 parent 24601cf commit 2ac4188
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 95 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# PHP Torrent File Library

[![Packagist](https://img.shields.io/packagist/v/sandfoxme/torrent-file.svg?maxAge=2592000)](https://packagist.org/packages/sandfoxme/torrent-file)
[![Packagist](https://img.shields.io/github/license/sandfoxme/torrent-file.svg?maxAge=2592000)](https://opensource.org/licenses/MIT)
[![Travis](https://img.shields.io/travis/sandfoxme/torrent-file.svg?maxAge=2592000)](https://travis-ci.org/sandfoxme/torrent-file)
[![Code Climate](https://img.shields.io/codeclimate/c/sandfoxme/torrent-file.svg?maxAge=2592000)](https://codeclimate.com/github/sandfoxme/torrent-file/coverage)
[![Code Climate](https://img.shields.io/codeclimate/maintainability/sandfoxme/torrent-file.svg?maxAge=2592000)](https://codeclimate.com/github/sandfoxme/torrent-file)

A PHP Class to work with torrent files

## Installation

Run ``composer require 'sandfoxme/torrent-file:^1.0'``

## Features

* Torrent file data manipulation
* Torrent file creation

## Documentation

Read full documentation here: <https://sandfox.dev/torrent-file.html>

## License

The library is available as open source under the terms of the [MIT License].

[MIT License]: https://opensource.org/licenses/MIT
95 changes: 0 additions & 95 deletions README.rst

This file was deleted.

0 comments on commit 2ac4188

Please sign in to comment.