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.
Table of contents
# PHP, How Does it Work?# The Front Controller# Autoloading and Third-Party Packages# What is Dependency Injection?# The Dependency Injection Container# Middleware# Routing# The Middleware Dispatcher# The Glue that Holds it All Together# Properly Sending Responses# Wrapping Up7 Comments
Sort: