akhlidinov/php-mvc-framework

There is no license information available for the latest version (v1.0.1) of this package.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/akhlidinov/php-mvc-framework

v1.0.1 2023-05-21 13:25 UTC

This package is auto-updated.

Last update: 2025-09-21 18:37:43 UTC


README

Clone repository

git clone https://github.com/JamshidbekAkhlidinov/php-mvc-framework.git

Create project

composer create-project akhlidinov/php-mvc-framework

.env configuration

DB_DSN=mysql:host=localhost;port=3306;dbname=mvc_framework
DB_USER=root
DB_PASSWORD=root

Db migration

php migration.php

Running project

php -S localhost:8000 public/index.php