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

pkg:composer/uhi67/umvc-app

1.0.1 2025-03-18 19:07 UTC

This package is auto-updated.

Last update: 2025-09-18 20:22:17 UTC


README

v1.0.1 -- 2025-03-18

Requirements

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

  1. Create controller classes with actions in controllers directory
  2. Create an empty database and put its configuration into config/config.php
  3. Create data model classes in models directory and corresponding database tables with migrations
  4. 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