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(6mo ago)02MITPHPPHP ^7.0 || ^8.0

Since Dec 12Pushed 6mo 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 today

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

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.

```
