PAX is a micro web framework built in 2017. Architected for simplicity with basic building blocks to rapidly create robust applications.
composer create-project paxagency/pax-php-framework
Download from github.com/paxagency/PAX-PHP-FRAMEWORK
cp .env.example .env
composer install
Set SITE_BUILD=1 in .env for local asset builds. See Packaging.