Slim-Extras
Slim-Extras copied to clipboard
API Middleware
I made a small API middleware class to send errors for missing endpoints and circumvent the 404 page. A few other things are planned as well. Cheers!
That only handles jsonp callback functions, and I referenced it in a commit.
Mine enures routes and bypasses slims 404 page. Anyways I use this as a starting template for my APIs and thought it would be useful for others as well. The catch all route was exceedingly hard to find documented.