rotexsoft / slim3-skeleton-mvc-tools
A support package for the SlimPHP Skeleton MVC App ( https://github.com/rotexsoft/slim-skeleton-mvc-app ).
Package info
github.com/rotexsoft/slim-skeleton-mvc-tools
pkg:composer/rotexsoft/slim3-skeleton-mvc-tools
7.2.0
2026-02-20 23:45 UTC
Requires
- php: >=8.2.0
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.1
- pimple/pimple: ^3.5
- psr/container: ^2.0
- rotexsoft/file-renderer: ^8.0.0
- slim/slim: ^4.10
- vespula/auth: ^4.0.0
- vespula/locale: ^2.0
- vespula/log: ^3.0.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.5.2
- php-mock/php-mock: ^2.4
- phpunit/phpunit: ^12.0 || ^11.0
- rector/rector: ^2.0.17
- vimeo/psalm: ^6.0
This package is auto-updated.
Last update: 2026-05-21 00:35:59 UTC
README
Introduction
This package contains a Base controller and other classes and functions used by the SlimPHP Skeleton MVC App Framework
Changelog
Running Tests
./vendor/bin/phpunit --coverage-text
or
`composer test`
Requirements
- PHP 5.5+ (version 1.x) or PHP 5.6+ (version 2.x) or PHP 7.2+ (version 3.x) or PHP 7.4+ (version 4.x) or PHP 8.1+ (version 5.x) or PHP 8.2+ (version 6.x)
- Compatibility with HHVM not guaranteed
Installation
composer require rotexsoft/slim-skeleton-mvc-tools
Branching
These are the branches in this repository:
- master: contains code for the latest major version of this package (currently 7.x)
- 6.x: contains code for the 6.x versions of this package
- 5.x: contains code for the 5.x versions of this package
- 4.x: contains code for the 4.x versions of this package. No new features, only bug fixes accepted.
- slim-3-edition: contains code for the 3.x versions of this package. No new features, only bug fixes accepted.
- 1.X: contains code for the 1.x versions of this package. Abandoned.