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.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

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! 😍

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay