agungprsty / slim-api

Build a simple API with slim framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API with Slim Framework

slim-api

Introduction

Build a simple API with Slim Framework

Install the Application

  1. Click Use this template
  2. Git clone & change directory
  3. To run the application in development, you can run these commands
  • If you don't use docker:
cd slim
composer start
  • Or you can use docker-compose to run the app with docker, so you can run these commands:
docker-compose up -d

After that, open http://localhost:8080 in your browser.

That's it! Now go build something cool.

About

Build a simple API with slim framework.


Languages

Language:PHP 97.5%Language:Dockerfile 2.3%Language:Shell 0.2%