
I finally launched my first Open Source project: FacilPHP 🚀
Hey dev community! I’ve been writing code for a long time, but I always kept my tools and side projects to myself. Recently, I got tired of that. I wanted to build something small, useful, and put it out there. Today, I’m finally pushing the "public" button on my first-ever open-source project: FacilPHP . It’s a micro-framework focused insanely hard on DX (Developer Experience) and speed to market. The "Why" behind FacilPHP I love big frameworks, but sometimes I just want to validate a Micro-SaaS idea or build a prototype in a weekend. I didn't want to spend an hour setting up routes, configuring ORMs, or fighting CORS headers just to get "Hello World" from a database endpoint. I wanted the vibe of file-based routing (like Next.js) but in PHP, combined with a super simple database layer (inspired by better-sqlite3 in JS). So, I built it. It’s barebones on purpose. Why you might care If you like skipping boilerplate and jumping straight into code, this is for you. Here is how straightfo
Continue reading on Dev.to Webdev
Opens in a new tab




