axios/tpr

The framework for quickly developing cgi&cli applications

5.3.0 2023-04-25 07:43 UTC

This package is auto-updated.

Last update: 2024-03-30 00:23:29 UTC


README

CI Build Status Latest Stable Version

TPR is a PHP framework for quickly developing CGI&CLI applications.

see the details from documentation.

Required

  • PHP 8.1+

Install

composer require axios/tpr

Quickly initialize application

git clone from github repo

# download from github
git clone https://github.com/AxiosCros/tpr-app.git

# install libraries
cd tpr-app/ && composer install

# run cli
php tpr

create project by tpr-cli command

composer global require axios/tpr

# set `~/.composer/vendor/bin` or `~/.config/composer/vendor/bin` to your PATH environment variable
tpr-cli init <app-name>

Demo project

License

The TPR framework is open-sourced software licensed under the MIT.