That project is the TMPHP Framework.
Maybe is not confiable to use in production yet.
I am a PHP developer. Then, for years I saw frameworks PHP for a lot. But, I was don't uses that others only, I needed more. I wanted to go ahead.
When a day I decided to initialize a long journy into knowledge. I decided to create a Framework from zero!
So, I know that it's not a better way for it, but I getted it.
I was experiment various ways to create a framework like this.
One thing that was give me proud of was has template engine. When I finally created a template engine and this...
@for($x=0; $x<10; $x++)
// code
@endfor... finally was possible... I continued and no more stop.
An another thing that was give me proud of was routing. Yeah, when I finally getted routes in a file like...
Route::get('users/{slug}', ...);... and this give me a MVC complety... 😃
Something in these structure maybe look like the laravel structure. Yes! In fact! BUT, this fact is because laravel was (and is yet) the PHP Framework that I love so match!
Yes, look like laravel, but not is! The methods, class and another things look like this one, but internally is not. I developed class-by-class, method-by-method, etc.
So, in the future I want to develop more things and correct some others.
contribute with the core: [https://github.com/teedmaker/tmphp-core]
contribute with that files, send a
pull requestand be happy!♥️