Slim
  • Blog
  • User Guide
  • Support
  • Contribute
v4 Documentation

Search

Get Started

  • Home
  • Installation
  • Upgrade Guide
  • Web Servers
  • Deployment

Concepts

  • Application Life Cycle
  • PSR-7
  • Middleware
  • Dependency Container

The Application

  • Overview
  • Notices & Warnings Handling

The Request

  • Overview
  • Method
  • Headers
  • Body
  • Uploaded Files
  • Helpers
  • Route object
  • Media type parsers

The Response

  • Overview
  • Status
  • Headers
  • Body
  • JSON

Routing

  • Overview
  • Create Routes
  • Callbacks
  • Strategies
  • Placeholders
  • Names
  • Groups
  • Middleware
  • Caching
  • Container Resolution

Packaged Middleware

  • Routing
  • Error Handling
  • Method Overriding
  • Output Buffering
  • Content Length

Cook book

  • Trailing / in routes
  • Retrieving Current Route
  • Enabling CORS
  • Uploading Files using POST forms

Contributing

  • Branching Strategy
  • Guidelines

Professional Support

  • Professional support from Tidelift

Branching Strategy

Edit This Page

The Slim Framework uses a simple branching strategy. There is a 4.x branch, and the 4.x branch HEAD reference points to the latest unstable code. Each stable release is denoted with a numeric tag (e.g., 4.0.0).

  • Cook book: Uploading Files using POST forms
  • Contributing: Guidelines

Created and maintained by
Josh Lockhart, Andrew Smith, Rob Allen, Pierre Bérubé, and the Slim Framework Team