Browse Source

1. rename package name
2. add readme file

xu ding 9 years ago
parent
commit
c74ae69960
2 changed files with 21 additions and 1 deletions
  1. 1 1
      composer.json
  2. 20 0
      readme.md

+ 1 - 1
composer.json

@@ -1,5 +1,5 @@
 {
-    "name": "dilab/resumable-php",
+    "name": "dilab/resumable.php",
     "description": "PHP package for Resumable.js",
     "authors": [
         {

+ 20 - 0
readme.md

@@ -0,0 +1,20 @@
+# PHP backend for resumable.js
+
+
+## Installation
+
+To install, use composer:
+
+``` composer require dilab/resumable.php ```
+
+
+## How to use
+
+
+
+
+## Testing
+```
+$ ./vendor/bin/phpunit
+```
+