Tag

URL rewriting
PHP router class in the making

How to Build a Minimal PHP Router Class from Scratch 

Not every PHP project needs a full framework. Sometimes you just need a clean way to handle a handful of API endpoints. Without pulling in Laravel or Symfony, configuration files and without a dependency manager. Just a class you can drop in and use. Over the years, working on various web applications, I’ve run into...

Contact Us