Hacker News new | ask | show | jobs
by dt7 5088 days ago
There's also Slim: http://www.slimframework.com/ ...which you could equate to something like Python's Flask (I think... I only have limited experience with Flask).
1 comments

We used Slim to build a RESTful API for our product. It was a great experience. Really lightweight, yet the perfect amount of structure to make an easily extensible API.