I built a PHP framework with Spring Boot style - zero dependencies, dynamic ORM, attribute-based routing (works on shared host).Read post
PointArt is a PHP 8.1 micro-framework built without Composer or any external dependencies, designed to run on shared hosting. It brings Spring Boot-style features to PHP, including attribute-based routing (#[Router]/#[Route]), property injection (#[Wired]), an ORM with entity mapping (#[Entity]/#[Column]), and Spring Data
Sort: