platine-php/app
Composer 安装命令:
composer create-project platine-php/app
包简介
Platine PHP is a lightweight, high-performance, simple and elegant PHP Web framework
README 文档
README
Platine PHP is a lightweight, high-performance, simple and elegant PHP Web framework
Requirements
You can use Platine for web or command line application. For web application:
- Any web server (Apache, nginx, lighttp, etc.)
- PHP >= 8.0
For CLI application just PHP executable is enough.
Installation
Platine Application can be installed using composer
composer create-project platine-php/app
Install on docker
If you want to test platine using docker follow the step below:
- Build the platine image
docker-compose build app
- Run the containers
docker-compose up -d
- Install composer dependencies
docker-compose exec app composer install --no-interaction --optimize-autoloader --no-dev
Then open http://server_domain_or_IP:8000, for example http://localhost:8000.
License
MIT License See LICENSE.MD
Resources
- Documentation
- Tutorial Youtube (French): Budget Management Application
统计信息
- 总下载量: 121
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-14