Quickly Build RESTful APIs in PHP with Slim – Part 4
The fourth and final part of this series is focusing on using the Slim Framework’s middleware functionality to validate (to a degree) RESTful API requests. This post will show how to add a simple API key to the requests. There … Continue reading