Top "Slim" questions

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

slimframework request->headers don´t read Authorization

i´m trying to implement a simple authorization with slim on serverside and angularJS on client side. For Testing the …

rest http-headers authorization slim
How to use Illuminate Database Query Builder & Eloquent in other framework with PHP 5.3.x

I did a couple of projects with Laravel in the past but now I need something very light for a …

php laravel-4 slim illuminate-container
Guide me implementing Oauth2 PHP server using thephpleague library

I am using Slim Framework With Eloquent ORM. Trying to implement https://github.com/thephpleague/oauth2-server but I am …

php oauth eloquent slim thephpleague
what is the way to use PDO in slim framework?

I start a new slim project with twig support, I want to use PDO as database layer, what is the …

php pdo slim
Slim 3 Framework + Cookies

I've been using Slim Framework 2 for a while but want to switch to the newest version 3. When reading the upgrade …

php cookies slim
How to build optional parameters as question marks in Slim?

I've built my first RESTful API ever and used Slim as my framework. It works well so far. Now I …

php api rest slim
Slim PHP: Only catch valid routes with middleware

I'm writing a REST API with Slim. I have written a small middleware to protect the resources so only authenticated …

php slim
PHP: Slim Framework Exception Handling

I just finished creating an API application with slim framework, initially, in my code I use a dependency container to …

php error-handling slim
Slim PHP Route in Middleware

In Slim is it possible to get the current route within middleware? class Auth extends \Slim\Middleware{ public function call(){ $…

php middleware slim
Slim framework - Call external API

I'm completely new to Slim Framework 2 and I would like to make an HTTP call to an external API. It …

api rest curl slim