Creating a Simple Testable REST API With Slim Framework
Slim is a super lightweight, and fast framework for simple yet powerful web app development and building APIs in PHP. Slim, aside supporting all HTTP methods, it also contains very handy URL structure with routers, middlewares, body parser along with...
adroit11.hashnode.dev
Sandeep Panda
co-founder, Hashnode
Thanks for posting this! A quick tip - The code snippets lack syntax highlighting. Append
phpto triple ticks (e.g.```php) to enable syntax highlighting forphpcode.