Best laravel framework open-source packages.

Slimapp

RESTful API using SlimPHP and MySQL
Updated 1 month ago

SlimApp RESTful API

This is a RESTful api built with the SlimPHP framework and uses MySQL for storage.

Version

1.0.0

Usage

Installation

Create database or import from _sql/slimapp.sql

Edit db/config params

Install SlimPHP and dependencies

$ composer

API Endpints

$ GET /api/customers
$ GET /api/customer/{id}
$ POST /api/customer/add
$ PUT /api/customer/update/{id}
$ DELETE /api/customer/delete/{id}
Tags mysql php