Sin descripción

xu ding 1e30d9dcb6 create tmpDir if not exist hace 9 años
src fcc841d6e6 create tmpDir if not exist hace 9 años
test fcc841d6e6 create tmpDir if not exist hace 9 años
.gitignore b8f5a7a7ab Resumable class completion hace 9 años
composer.json c74ae69960 1. rename package name hace 9 años
phpunit.xml b8f5a7a7ab Resumable class completion hace 9 años
readme.md d0e7226219 update readme hace 9 años

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