S
Slim
Micro-framework for PHP APIs and web apps — PSR-7 middleware stack, fast routing, and minimal overhead.
Slim follows PHP-FIG standards (PSR-7, PSR-15) for its HTTP message and middleware interfaces. Its tiny core — router, DI container, error handling — is ideal for PHP microservices and REST APIs where Laravel or Symfony would be overkill.
// tags
backendphpmicroapirestpsr-7middleware