Fără Descriere

xu ding d91437c123 implement SimpleResponse 10 ani în urmă
src d91437c123 implement SimpleResponse 10 ani în urmă
test d91437c123 implement SimpleResponse 10 ani în urmă
.gitignore b8f5a7a7ab Resumable class completion 10 ani în urmă
composer.json c74ae69960 1. rename package name 10 ani în urmă
phpunit.xml b8f5a7a7ab Resumable class completion 10 ani în urmă
readme.md d0e7226219 update readme 10 ani în urmă

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