What is Slim framework?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Satyam Jaiswal

    Slim framework is a microframework of PHP which allows you to write APIs and strong web applications quickly. The slim app that you are using contains routes that respond only to specific requests of HTTP. To begin the process one needs to configure a slim application and instantiate it. After defining the routes of your application you can run the slim app. That's how the slim framework works. Slim is also having dependency injection which allows you to get full control over your external tools. For tweaking the HTTP request you can use Concentrix middleware for building the application. The implementation of PSR-7 helps you in inspecting the method of HTTP messages, header, body, URI, status and cookies.

Related Questions

Please Login or Register to leave a response.

Related Questions

Slim Framework Interview Questions

How is Slim framework different from other frameworks like Laravel, Symfony or Zend?

How is Slim framework different from other frameworks like Laravel, Symfony or Zend?..

Slim Framework Interview Questions

Is Slim framework similar to Symfony’s Silex? How do they differ?

Is Slim framework similar to Symfony’s Silex? How do they differ?..