Top "Slim" questions

Slim for PHP is a RESTful micro framework for PHP 5 inspired by Sinatra.

Slim Framework - jQuery $.ajax request - Method DELETE is not allowed by Access-Control-Allow-Methods

I am trying to use a REST API written in Slim Framework. Get & Post methods work without any problem. …

ajax rest slim http-delete
Why can't I use $app in called function for Slim?

I am trying to make a reusable function, but everytime I try to use $app in the remote function, I …

php json slim
Slim 3 Middleware Redirect

I want to check if a user is logged in. Therefor I have an Class witch returns true or false. …

php authentication slim slim-3
Dependency Injection Slim Framework 3

I'm using Slim Framework 3 to create an API. The app structure is: MVCP (Model, View, Controller, Providers). Is it possible …

php dependency-injection slim slim-3