uhi67 / umvc-app
Application template for UMVC
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.2
- ext-iconv: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- ext-mysqli: *
- ext-openssl: *
- ext-pdo: *
- ext-pdo_sqlite: *
- ext-simplexml: *
- npm-asset/bootstrap: ^5.2.3
- psr/log: *
- simplesamlphp/simplesamlphp: ^2.2
- uhi67/umvc: ^2.0
This package is auto-updated.
Last update: 2025-03-18 19:08:23 UTC
README
v1.0.1 -- 2025-03-18
Requirements
- git
- composer (see https://getcomposer.org)
- php >= 8.2
Installation
How to start a new application project
composer create-project --prefer-source uhi67/umvc-app umvc-app
OR if Docker is availabla
clone uhi67/umvc-app
./build-dev-stack.sh
# Run from WSL2 Linux prompt with root user and having a valid ssh session.
Next steps
- Create controller classes with actions in
controllers
directory - Create an empty database and put its configuration into
config/config.php
- Create data model classes in
models
directory and corresponding database tables with migrations - Create PHTML views in
views/
directory organized by controllers and actions
More information about the UMVC framework
See https://github.com/uhi67/umvc/blob/master/readme.md
Change log
1.0.1 -- 2025-01-07
- fix twig ?? vulnerability CVE-2025-24374
- fix SAML2 sign check vulnerability CVE-2025-27773
- fix Dockerfile issues
1.0 -- 2025-01-07
The first release