Slim for PHP is a RESTful micro framework for PHP 5 inspired by Sinatra.
i´m trying to implement a simple authorization with slim on serverside and angularJS on client side. For Testing the …
rest http-headers authorization slimI did a couple of projects with Laravel in the past but now I need something very light for a …
php laravel-4 slim illuminate-containerI am using Slim Framework With Eloquent ORM. Trying to implement https://github.com/thephpleague/oauth2-server but I am …
php oauth eloquent slim thephpleagueI start a new slim project with twig support, I want to use PDO as database layer, what is the …
php pdo slimI've been using Slim Framework 2 for a while but want to switch to the newest version 3. When reading the upgrade …
php cookies slimI'm writing a REST API with Slim. I have written a small middleware to protect the resources so only authenticated …
php slimI just finished creating an API application with slim framework, initially, in my code I use a dependency container to …
php error-handling slimIn Slim is it possible to get the current route within middleware? class Auth extends \Slim\Middleware{ public function call(){ $…
php middleware slim