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 JPA-style dynamic repository finders that generate SQL from method names. The framework caches its route and service registry to avoid reflection overhead on every request. The author built it to serve clients needing simple, cheap-to-host websites without sacrificing structured, maintainable code patterns.

Sort: