acdh-oeaw / arche-core

MIT License
0 stars 1 forks source link

Rewrite router to something widely adopted #14

Open zozlak opened 3 years ago

zozlak commented 3 years ago

Currently HTTP request router is a hand-crafted solution.

It won't harm to switch to something widely used and maintained, e.g. https://github.com/nikic/FastRoute (being used e.g. by the slim framework).