n1215/tsukuyomi-demo

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

v0.8.0 2020-01-11 11:18 UTC

This package is auto-updated.

Last update: 2024-04-11 20:34:33 UTC


README

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.