gammadia/voilab-slim-extensions

Partial split fork (contains only the content-types middleware) of voilab/slim-extensions with support for modern PHP versions.

2.0.0 2021-06-10 06:30 UTC

This package is auto-updated.

Last update: 2024-04-10 21:44:06 UTC


README

Learn more about it in its documentation.

A fork for modern days CI

⚠️ The classes \Voilab\Slim\I18nSlim, \Voilab\Slim\Middleware\I18n and \Voilab\Slim\Views\TwigExtension has been moved to a separate package gammadia/voilab-slim-i18n !

This is a partial split fork (it contains only the content-types middleware) of voilab/slim-extensions adapted for modern PHP development, which supports :

  • PHP 7.2 <-> 8.0

The following changes were applied to the dev dependencies :

  • PHPStan baseline added to keep the code in good health
  • Add GitHub Actions for continuous integration