Sem descrição

xu ding 48ad2b869e implement SimpleResponse há 9 anos atrás
src d91437c123 implement SimpleResponse há 9 anos atrás
test d91437c123 implement SimpleResponse há 9 anos atrás
.gitignore b8f5a7a7ab Resumable class completion há 9 anos atrás
composer.json c74ae69960 1. rename package name há 9 anos atrás
phpunit.xml b8f5a7a7ab Resumable class completion há 9 anos atrás
readme.md d0e7226219 update readme há 9 anos atrás

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 ```