Slim

From IndieWeb

Slim is a lightweight PHP framework for developing web applications and is used by several IndieWeb services and projects.

Features

  • HTTP routing to create clean URL slugs and map them to specific functions, including limiting the accepted request methods (GET, POST, etc.)
  • Supports PSR-7: HTTP message interface for interacting with the URL, HTTP status, headers, and body
  • Supports PSR-11: Container interface for dependency injection
  • Does not include services for authentication, database abstraction, template engine, etc. which keeps it lightweight and easy to add in only the components you need

IndieWeb Examples

These IndieWeb sites and services use Slim:

See Also