gammadia/slim-2.x

Fork of slim/slim with support for modern PHP versions.

Installs: 81 194

Dependents: 3

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1 941

2.6.3 2023-11-14 15:07 UTC

This package is auto-updated.

Last update: 2024-03-14 15:48:11 UTC


README

Learn more about it in its documentation.

A fork for modern days CI

This is a fork of slim/slim at the version 2.6.3 adapted for modern PHP development, which (supposedly) supports :

  • PHP 7.2 <-> 8.1

Feel free to contribute if you find any issue!

The following changes were applied to the dev dependencies :

  • PHPUnit upgraded to 8.x
  • PHPStan baseline added to keep the code in good health (runs only on PHP 8.0)
  • Rector installed to ease automated refactorings
  • Add GitHub Actions for continuous integration