An open API service indexing awesome lists of open source software.

https://github.com/daverandom/resume

A lightweight, extensible library for processing content ranges and partial resource requests in PHP
https://github.com/daverandom/resume

content-range downloads php7 resumable

Last synced: about 2 months ago
JSON representation

A lightweight, extensible library for processing content ranges and partial resource requests in PHP

Awesome Lists containing this project

README

        

# Resume

[![Build Status](https://img.shields.io/travis/DaveRandom/Resume/master.svg)](https://travis-ci.org/DaveRandom/Resume)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/DaveRandom/Resume/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/DaveRandom/Resume/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/DaveRandom/Resume/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/DaveRandom/Resume/?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/DaveRandom/Resume/blob/master/license)

A lightweight, extensible library for processing content ranges and partial resource requests in PHP

## Installation

```
composer require daverandom/resume
```

## Usage

See examples directory

## TODO

- Write more tests
- Write more examples
- Write proper docs
- Maintain until one of us dies