sarehub/microt

microt is framework for build microservice

Installs: 624

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 2

pkg:composer/sarehub/microt

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>