microt is framework for build microservice


Keywords
sare, SAREhub
License
Apache-2.0

Documentation

Microt

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>