Are developers still opting for plain PHP instead of using frameworks like Laravel or Symfony?

Question

I’m interested in learning whether some developers continue to maintain a pure PHP codebase instead of switching to popular frameworks. Rather than focusing on the time-saving benefits that frameworks offer, I’m curious about the performance and processing speed advantages that come with raw PHP. Additionally, what methods do you implement to enhance and elevate your code management as your projects evolve?

hey all im exploring raw php vs frameworks. i think pure php can be swift if u keep things tight but it requries extra care. has anyone tried mixing both approaches? really curious how u handle scaling and maintainbility in ur projects.