Initial commit of LightMVC framework files.

This commit is contained in:
2026-07-28 22:57:00 +05:30
parent 6beffc9fe9
commit f8411accb4
17 changed files with 424 additions and 3 deletions
Executable
+28
View File
@@ -0,0 +1,28 @@
{
"name": "jaspreet/lightmvc",
"description": "A lightweight PHP MVC framework",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"App\\": "app/",
"Core\\": "core/"
}
},
"authors": [
{
"name": "Jaspreet Singh",
"email": "jaspreet.online2012@gmail.com",
"role": "developer"
},
{
"name": "Gemini CLI",
"role": "Artificial Intelligence"
},
{
"name": "OpenClaw",
"role": "Artificial Intelligence"
}
],
"require": {}
}