hakimus / slim-template-mvp
It's the template for Slim micro framework with implemented MVP pattern.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: ^7.0
- slim/slim: ^3.8.1
- slim/twig-view: ^2.1
- symfony/yaml: ^3.2
This package is auto-updated.
Last update: 2025-04-27 14:36:07 UTC
README
Current Version: 3.0.0
Earlier version: 2.1.0
Run this command from the directory in which you want to install Slim Template:
composer create-project hakimus/slim-template-mvp
This is a template for slim which implement the MVP pattern.
Warning: application require ^PHP 7.0.
List of packages:
- Slim ^3.8.1
- Slim Twig View ^2.1
- Symfony Yaml ^3.2
- Autoloader Psr-4
MIT License.
Have a nice day!