Sem descrição

xu ding 1e30d9dcb6 create tmpDir if not exist há 9 anos atrás
src fcc841d6e6 create tmpDir if not exist há 9 anos atrás
test fcc841d6e6 create tmpDir if not exist 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 ```