sarehub/microt

microt is framework for build microservice

0.10.12 2020-02-07 10:40 UTC

README

It's simple micro-framework based on Slim to build microservices

How do I get set up?

composer require sarehub/microt

Examples

To run example you can use bulit-in PHP server

php -S localhost:8080 -t examples/<example_name>