How I Built a Self-Updater With GitHub Releases
php
dev.to
I've been building PointArt — a PHP micro-framework modelled after Spring Boot's programming model. Attribute-based routing, dependency injection, an ORM, repositories — all in plain PHP, no Composer required. The previous articles in this series covered the framework itself and how I turned GitHub into a headless CMS for the docs site. This one is about a different kind of problem: distribution. PointArt v1.1.0 added CORS and CSRF support. CORS headers are opt-in via .env — useful if you're b