yurigabriel / myframework
A little project
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
Type:project
Requires
- php: >=8.0
- yurigabriel/myframeworklibs: *
This package is auto-updated.
Last update: 2025-08-13 12:34:14 UTC
README
About
So, I'm making a PHP framewrok having with inspiration others projetcs some Spring for Java, FastAPI for Python and Laravel for PHP itself.
Until now I don't have the intention to leave it comertial, but who knows...
I know that MyFramework not is the better name, but I will think in other after.
How execute
To execute, you only have to run the comand php -S localhost:8000
in your terminal while in the project directory
>>> git clone https://github.com/Yuri-Gabriel/MyFramework.git
>>> cd ./MyFramework
>>> php -S localhost:8000
Requirements
PHP 8.0