DEV Community

Cláudio Oliveira
Cláudio Oliveira

Posted on

MY PHP MVC

Hello everyone!

This is my first post in English, and I hope I don't write too much nonsense 😅

Well, as I’ve already written here before in Portuguese, I’m a PHP developer currently working with Laravel. I have no complaints—I love Laravel and its ecosystem.

But I decided to study and understand how a framework works. So, I started creating a PHP framework from scratch just for fun.

I'm one of those developers who like to code in my spare time. 😅

So, I went ahead and started.

The result is this: My PHP MVC

composer create-project claud/my-php-mvc

Well, it’s a small framework.

I know, I know, there are sooo many others out there, so why another one? Look, I'm not trying to compete—I just did this to better understand the concepts and have fun coding.

But now, I’d like to invite you to take a look and maybe contribute to making it more polished.

GitHub - My PHP MVC

If you can, download it, give it a star on the repository—it would make me really happy, and you can even call "My PHP MVC" your own.

Oh, and I’m open to any feedback or critiques you might have

If you can, download it, give it a star on the repository—it would make me really happy, and you can even call "My PHP MVC" your own.

Oh, and I’m open to any feedback or critiques you might have.

Top comments (2)

Collapse
 
mrpercival profile image
Lawrence Cooke

Great job creating your own! No matter how good or bad it is, you will learn a lot from building something like this, and thats invaluable knowledge.

Collapse
 
claudio1994oliveira profile image
Cláudio Oliveira

Thanks for your comment! 😍