rotexsoft / slim3-skeleton-mvc-tools
A support package for the SlimPHP Skeleton MVC App ( https://github.com/rotexsoft/slim-skeleton-mvc-app ).
Installs: 1 022
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 0
Requires
- php: >=8.1.0
- nyholm/psr7: ^1.8
- nyholm/psr7-server: ^1.1
- pimple/pimple: ^3.5
- psr/container: ^2.0
- rotexsoft/file-renderer: ^6.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: ^10.0.0
- rector/rector: ^1.0.0
- vimeo/psalm: ^5.15
- dev-master
- 5.x-dev
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.1
- 5.2.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.x-dev
- 4.2.8
- 4.2.7
- 4.2.6
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0-RC1
- 4.1.0-RC4
- 4.1.0-RC3
- 4.1.0-RC2
- 4.1.0-RC1
- 4.0.1-RC1
- 4.0.0
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.0
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-slim-3-edition
This package is auto-updated.
Last update: 2024-10-24 21:05:11 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
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)
- 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
- 5.x: contains code for the 5.x versions of this package (currently being synced with master until a newer version 6.x starts being developed on master)
- 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.