PHPackages                             simsoft/slim - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. simsoft/slim

ActiveLibrary[HTTP &amp; Networking](/categories/http)

simsoft/slim
============

A fluent routing wrapper for Slim Framework 4 with simplified request/response helpers, middleware, error handling, API resources, and DataTable support

2.0.0(1mo ago)0175MITPHPPHP &gt;=8.2CI passing

Since Apr 4Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/sim-soft/slim)[ Packagist](https://packagist.org/packages/simsoft/slim)[ Docs](https://github.com/sim-soft/slim)[ RSS](/packages/simsoft-slim/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (9)Versions (8)Used By (0)

Simsoft Slim Route
==================

[](#simsoft-slim-route)

[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](LICENSE)[![Docs](https://camo.githubusercontent.com/5b71c5998edb2f63cb60d78c7fa31f7bafe770d91f82a392043e4141899264e1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f63732d6f6e6c696e652d626c75652e737667)](https://sim-soft.github.io/slim/)

A fluent routing wrapper for [Slim Framework 4](https://www.slimframework.com/)that simplifies route setup, request/response handling, middleware, and error handling through a chainable builder API.

📖 **[Full Documentation](https://sim-soft.github.io/slim/)**

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Composer

Install
-------

[](#install)

```
composer require simsoft/slim
```

Quick Start
-----------

[](#quick-start)

Create an `index.php` entry file:

```
