Download the PHP package pingjiang/php-quickstart without Composer
On this page you can find all versions of the php package pingjiang/php-quickstart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pingjiang/php-quickstart
More information about pingjiang/php-quickstart
Files in pingjiang/php-quickstart
Download pingjiang/php-quickstart
More information about pingjiang/php-quickstart
Files in pingjiang/php-quickstart
Vendor pingjiang
Package php-quickstart
Short Description PHP quickstart project using composer manage dependencies and tests.
License MIT
Homepage https://github.com/pingjiang/php-quickstart
Package php-quickstart
Short Description PHP quickstart project using composer manage dependencies and tests.
License MIT
Homepage https://github.com/pingjiang/php-quickstart
Please rate this library. Is it a good library?
Informations about the package php-quickstart
PHP简单项目Quickstart模板
使用Composer作为依赖管理的工具,增加了PHPUnit单元测试。适合初学者学习和开发PHP库。
基于这个模板创建一个新项目
composer create-project pingjiang/php-quickstart
执行单元测试
这里默认采用测试驱动开发,每个函数和功能都是通过编写单元测试用例来测试的。
可以把所有需要用到echo和print的位置整理为单元测试用例。
编写完成之后可以使用如下命令执行单元测试:
phpunit
PHP quickstart
PHP quickstart project using composer manage dependencies and tests.
Bootstrap the initial application
composer create-project pingjiang/php-quickstart
Run test cases
phpunit
Dependencies
All versions of php-quickstart with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package pingjiang/php-quickstart contains the following files
Loading the files please wait ....