Aucune description

xu ding 48ad2b869e implement SimpleResponse il y a 9 ans
src d91437c123 implement SimpleResponse il y a 9 ans
test d91437c123 implement SimpleResponse il y a 9 ans
.gitignore b8f5a7a7ab Resumable class completion il y a 9 ans
composer.json c74ae69960 1. rename package name il y a 9 ans
phpunit.xml b8f5a7a7ab Resumable class completion il y a 9 ans
readme.md d0e7226219 update readme il y a 9 ans

readme.md

PHP backend for resumable.js

Installation

To install, use composer:



## How to use

$resumable = new Resumable($request,$response); $resumable->process();




## Testing

$ ./vendor/bin/phpunit ```