https://github.com/mrzslr/slimrestful
A RESTful CRUD operation example with php Slim 3 framework.
https://github.com/mrzslr/slimrestful
api mysql php rest restful slim slim3 slimframework
Last synced: 20 days ago
JSON representation
A RESTful CRUD operation example with php Slim 3 framework.
- Host: GitHub
- URL: https://github.com/mrzslr/slimrestful
- Owner: mrzslr
- Created: 2017-05-11T09:13:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T15:17:17.000Z (almost 8 years ago)
- Last Synced: 2025-06-14T00:05:34.173Z (12 months ago)
- Topics: api, mysql, php, rest, restful, slim, slim3, slimframework
- Language: PHP
- Size: 468 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slim3 RESTful
This is an example of using Slim 3 php framework to create a restful api with connect to Mysql database and do CRUD operations.