PHPackages                             erison-work/slim-bump-showcase - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. erison-work/slim-bump-showcase

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

erison-work/slim-bump-showcase
==============================

It's a helper to support you bump slim versions

0.1.0(4mo ago)02MITPHPPHP ^7.0 || ^8.0

Since Dec 12Pushed 4mo agoCompare

[ Source](https://github.com/erison-work/slim-bump-showcase)[ Packagist](https://packagist.org/packages/erison-work/slim-bump-showcase)[ RSS](/packages/erison-work-slim-bump-showcase/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Slim bump showcase
==================

[](#slim-bump-showcase)

During the migration process, you may wish to make minor changes to your code base and revert them if necessary.

The aim of this project is to show you how you could make [Slim 2](https://github.com/slimphp/Slim/tree/2.x) compatible with [Slim 3](https://github.com/slimphp/Slim/tree/3.x).

I have made minor modifications to return PSR7 responses to Slim actions.

Tip

If you are in the process of migrating and require a version with full support for `requests` and `responses` like **slim 3**, contact me at [slim@erison.work](slim@erison.work).

Tip

I tried to detail more in this [article](https://blog.erison.work/posts/upgrade-slim-2-to-3/).

Caution

You **SHOULD NOT** use this package in production.

It isn't full implemented, in this repository you could have an idea how you could make your [Slim 2](https://github.com/slimphp/Slim/tree/2.x) compatible with [Slim 3](https://github.com/slimphp/Slim/tree/3.x)

```
composer require erison-work/slim-bump-showcase

```

Changing you action it will be compatible with slim 2 and 3.

```
