dave1010/php-empty
最新稳定版本:v0.1.1
Composer 安装命令:
composer create-project dave1010/php-empty
包简介
Empty project to get started with PHP
README 文档
README
Usage
Setup
composer create-project dave1010/php-empty
Running tests
./vendor/bin/phpunit
You can also run ./tdd.sh to watch PHP files and run PHPUnit automatically whenever there are changes
Running specs
./vendor/bin/phpspec run
./vendor/bin/behat
Serving web content (from the project root)
php -S localhost:8000 -t web/
Console app
./console.php
Structure
src - classes
tests - test classes
spec - spec classes
features - Behat features
web - web root
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-15