SkillAgentSearch skills...

Slimapp

RESTful API using SlimPHP and MySQL

Install / Use

/learn @bradtraversy/Slimapp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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}

Related Skills

View on GitHub
GitHub Stars158
CategoryData
Updated30m ago
Forks112

Languages

PHP

Security Score

80/100

Audited on Mar 31, 2026

No findings