PHPackages                             ayesh/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. [Framework](/categories/framework)
4. /
5. ayesh/slim

ActiveLibrary[Framework](/categories/framework)

ayesh/slim
==========

A fork of slim/slim v3, with custom fixes for modern PHP versions.

3.12.10(2y ago)1826MITPHPPHP &gt;=8.1

Since Apr 14Pushed 2y agoCompare

[ Source](https://github.com/Ayesh/Slim)[ Packagist](https://packagist.org/packages/ayesh/slim)[ Fund](https://opencollective.com/slimphp)[ RSS](/packages/ayesh-slim/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelogDependencies (5)Versions (56)Used By (0)

Slim Framework
==============

[](#slim-framework)

[![Build Status](https://camo.githubusercontent.com/d9879c61e40fd1d1cacbe4713f0a70c15e873d13b33e4e01a7890f8e2fbe312e/68747470733a2f2f7472617669732d63692e6f72672f736c696d7068702f536c696d2e7376673f6272616e63683d332e78)](https://travis-ci.org/slimphp/Slim)[![Coverage Status](https://camo.githubusercontent.com/5e3f62f4d99ac9d16a376e2a8db2699e0d7a743451c5862301073cd58960792a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f736c696d7068702f536c696d2f62616467652e7376673f6272616e63683d332e78)](https://coveralls.io/github/slimphp/Slim?branch=3.x)[![Financial Contributors on Open Collective](https://camo.githubusercontent.com/c0517843a5d79e2f8eff85965c72060ad2cacfeb15171b89a28e8efaef35f686/68747470733a2f2f6f70656e636f6c6c6563746976652e636f6d2f736c696d7068702f616c6c2f62616467652e7376673f6c6162656c3d66696e616e6369616c2b636f6e7472696275746f7273)](https://opencollective.com/slimphp)[![Total Downloads](https://camo.githubusercontent.com/98d2992f515424b8457d95383125687be0b490ca6cc8e0ae288688b78d457222/68747470733a2f2f706f7365722e707567782e6f72672f736c696d2f736c696d2f646f776e6c6f616473)](https://packagist.org/packages/slim/slim)[![License](https://camo.githubusercontent.com/0667d4e34e0e8724f9b8fd245e59605f39c803cad537b8042ac9dfca46714880/68747470733a2f2f706f7365722e707567782e6f72672f736c696d2f736c696d2f6c6963656e7365)](https://packagist.org/packages/slim/slim)

Slim is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs.

Installation
------------

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install Slim.

```
$ composer require slim/slim "^3.0"
```

This will install Slim and all required dependencies. Slim requires PHP 5.5.0 or newer.

Usage
-----

[](#usage)

Create an index.php file with the following contents:

```
