I'm creating a user register, login, logout, auth API using phalcon. After read micro service, i think it's pretty much a slim version of dispatcher router. But what should i use and when? Dispatcher have its advantages for several events but micro services are straight forward and can do it too. If i use dispatcher router, i don't see why i should use micro services and vice versa. And also if anyone have micro collection's example, please post it here too, the documents didn't really do the job of demonstration for the result.