Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.16 KB

Tsukuyomi(月読)🌕Demo

Latest Stable Version License Build Status Code Coverage Scrutinizer Code Quality

A PSR-7/PSR-15 minimal Web framework demo.

Install

# create project
composer create-project n1215/tsukuyomi-demo your-directory-name

cd your-directory-name

# start development server
php -S 127.0.0.1:8000 public/index.php

# access
curl http://127.0.0.1:8000/hello/
# ["Hello, world!"]

License

The MIT License (MIT). Please see LICENSE for more information.