Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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