Search by

gammadia / slim-2.x

gnutixGammadia

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

Package info

github.com/gammadia/slim-2.x

Homepage

pkg:composer/gammadia/slim-2.x

Statistics

Installs: 132 697

Dependents: 4

Suggesters: 0

Stars: 4

2.6.3 2023-11-14 15:07 UTC

This package is auto-updated.

Last update: 2026-09-14 21:00:43 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