Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekofar/slim-rest-crud
Sample of RESTful service implementation by Slim
https://github.com/nekofar/slim-rest-crud
crud php rest rest-api slim
Last synced: 28 days ago
JSON representation
Sample of RESTful service implementation by Slim
- Host: GitHub
- URL: https://github.com/nekofar/slim-rest-crud
- Owner: nekofar
- License: mit
- Created: 2014-07-20T18:16:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T23:06:38.000Z (over 4 years ago)
- Last Synced: 2024-03-18T02:21:25.802Z (10 months ago)
- Topics: crud, php, rest, rest-api, slim
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Slim REST CRUD
This is a simple example of the implementation of CRUD in RESTful API using the [Slim][1] framework.
## Usage
You may quickly test this using the built-in PHP server:
```bash
composer run-script start
```## Tests
To execute the test suite, you'll need phpunit.
```bash
composer run-script test
```[1]: https://github.com/slimphp/Slim