first commit

This commit is contained in:
Claudecio Martins
2025-10-21 16:51:43 +02:00
commit 044c6bd587
4215 changed files with 422857 additions and 0 deletions

15
vendor/claudecio/axiumphp/composer.json vendored Executable file
View File

@@ -0,0 +1,15 @@
{
"name": "claudecio/axiumphp",
"description": "Meu framework PHP para sistemas MVC modulares.",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"AxiumPHP\\": "src/"
}
},
"require": {
"php": ">=8.1",
"vlucas/phpdotenv": "v5.6.2"
}
}