Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Slim - A micro framework for PHP

  • Share this:
post-title
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. Slim provides a fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching. Slim supports any PSR-7 HTTP message implementation so you may inspect and manipulate HTTP message method, status, URI, headers, cookies, and body.

Slim supports dependency injection so you have complete control of your external tools. Use any Container-Interop container.
https://www.slimframework.com/
https://github.com/slimphp/Slim
License:
Tech: