first commit
parents
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "teepluss/restable", | |||
"description": "Laravel RESTful API format", | |||
"keywords": ["laravel", "laravel", "restful", "api"], | |||
"homepage": "https://github.com/teepluss/laravel-restable", | |||
"type": "library", | |||
"license": "MIT", | |||
"authors": [ | |||
{ | |||
"name": "Teepluss", | |||
"email": "admin@laravel.in.th" | |||
} | |||
], | |||
"require": { | |||
"php": ">=5.3.0" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Teepluss\\Restable\\": "src/" | |||
} | |||
}, | |||
"minimum-stability": "dev" | |||
} | |||
\ No newline at end of file |
config/.gitkeep
0 → 100644
config/restable.php
0 → 100644
phpunit.xml
0 → 100644
src/Contracts/Restable.php
0 → 100644
src/Facades/Restable.php
0 → 100644
src/Format.php
0 → 100644
src/Restable.php
0 → 100644
src/SelfRenderedAdapter.php
0 → 100644
tests/.gitkeep
0 → 100644
Please
register
or
sign in
to comment