axios / tpr
The framework for quickly developing cgi&cli applications
5.3.0
2023-04-25 07:43 UTC
Requires
- php: >=8.1
- axios/tools: ^2.1.1
- filp/whoops: ^2
- hassankhan/config: ^3.0
- rakit/validation: ^1
- symfony/console: ^6.1
- symfony/yaml: ^6.1
- twig/twig: ^3.4
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-30 01:39:12 UTC
README
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
- Example of Simple Application : github.com/AxiosCros/tpr-app
- Example of CMS application : github.com/AxiosCros/tpr-cms
License
The TPR framework is open-sourced software licensed under the MIT.