Skip to content

teedmaker/tmphp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMPHP Framework Project

That project is the TMPHP Framework.

Maybe is not confiable to use in production yet.

Short history

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.

the idea

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.

experiments

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.

routing

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... 😃

Yeah!

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! ♥️

Isn't a copy!

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.

Future

So, in the future I want to develop more things and correct some others.

Contribute with this project

contribute with the core: [https://github.com/teedmaker/tmphp-core]

contribute with that files, send a pull request and be happy! ♥️

About

a simple php framework for my personal learning

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages