Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 301 Bytes

Wafer ADR Example

A simple example of an API built with Wafer.

This just provides one route, that just echos back any input.

Install

Install dependencies with Composer:

composer install

Usage

Run using PHP's built in web server:

php -S localhost:8080 -t public