TPR is a PHP framework for quickly developing CGI&CLI applications.
see the details from documentation.
- PHP 8.1+
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 tpr
composer global require axios/tpr
# set `~/.composer/vendor/bin` or `~/.config/composer/vendor/bin` to your PATH environment variable
tpr-cli init <app-name>
- Example of Simple Application : github.com/AxiosCros/tpr-app
- Example of CMS application : github.com/AxiosCros/tpr-cms
The TPR framework is open-sourced software licensed under the MIT.