---
title: "Modern PHP Without a Framework"
url: https://daily.dev/posts/modern-php-without-a-framework-nvp9umrvq
source_url: https://kevinsmith.io/modern-php-without-a-framework/
type: article
source: "Community Picks"
published: 2023-10-14T23:51:52.490Z
updated: 2023-12-07T12:02:45.284Z
tags: ["webdev", "php"]
reading_time: 15
upvotes: 67
comments: 7
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Modern PHP Without a Framework

**[Community Picks](https://daily.dev/sources/community)** · 15 min read · 67 upvotes · 7 comments

## Summary

Explore the benefits of working without a PHP framework, including gaining a deeper understanding of how the language works. Learn about autoloading, dependency injection, front controllers, middleware, routing, and properly sending responses in PHP.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://kevinsmith.io/modern-php-without-a-framework/>

## Community discussion

Top comments from developers on daily.dev.

**@fabooy961** · 1 upvotes

> for education I agree, but when you wanna be productive and build real stuff you would use laravel anyway.
>
> Change my mind ;)

**@itsjavi** · 1 upvotes

> That's ok for experimental or very simple projects.
> But for production we will still need something like Symfony or Laravel, which are basically industry standards.
>
> Sadly the PHP core hasn't evolved much in terms of adoption of more modern standards for handling requests or routing... until then we are stuck with frameworks for serious projects.

**@gplanchat** · 1 upvotes

> I can relate on this. In some micro-services projects, I needed only PHP-DI or fast-route or reactphp or some standalone Symfony components.
> And it ok to do this.

**@ryugenxd** · 0 upvotes

> realy ?

**@nh2\_amine** · 0 upvotes

> Very simple and easy to understand the concepts under the hood of micro-frameworks

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/modern-php-without-a-framework-nvp9umrvq)
