tpr
v5.3.0
TPR is a PHP framework for quickly developing CGI&CLI applications.
see the details from documentation.
composer require axios/tpr# download from github
git clone https://github.com/AxiosCros/tpr-app.git
# install libraries
cd tpr-app/ && composer install
# run cli
php tprtpr-cli commandcomposer global require axios/tpr
# set `~/.composer/vendor/bin` or `~/.config/composer/vendor/bin` to your PATH environment variable
tpr-cli init <app-name>The TPR framework is open-sourced software licensed under the MIT.