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
- Host: GitHub
- URL: https://github.com/daverandom/resume
- Owner: DaveRandom
- License: mit
- Created: 2017-09-26T17:33:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T10:20:17.000Z (almost 7 years ago)
- Last Synced: 2025-04-18T21:32:01.297Z (2 months ago)
- Topics: content-range, downloads, php7, resumable
- Language: PHP
- Homepage:
- Size: 33.2 KB
- Stars: 38
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Resume
[](https://travis-ci.org/DaveRandom/Resume)
[](https://scrutinizer-ci.com/g/DaveRandom/Resume/?branch=master)
[](https://scrutinizer-ci.com/g/DaveRandom/Resume/?branch=master)
[](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