relevo/php7-boilerplate
Composer 安装命令:
composer create-project relevo/php7-boilerplate
包简介
A tiny, yet powerful foundation for building modern web applications.
README 文档
README
PHP7 Boilerplate is a tiny (42 LLOC), yet powerful foundation for building modern web applications. It does not impose a specific development philosophy or (micro)framework, so you're free to structure the code the way you want.
Features
- Dependency Injection using PHP-DI.
- PSR-7 middleware using Relay and zend-diactoros.
- Tests using PHPUnit.
- Web server with nginx and PHP-FPM using Docker.
Quick start
Create a new project with Composer:
composer create-project relevo/php7-boilerplate <project-path>
Go to the <project-path> and start the web server with Docker Compose:
docker-compose up
That's it! Your application will be available at localhost if you're using Linux, or at the IP address of the Docker Machine if you're on Mac OS X or Windows.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-01