myapo100l / test_php
php开发者需求
v1.0
2016-05-12 09:24 UTC
This package is not auto-updated.
Last update: 2024-09-20 20:10:57 UTC
README
为PHP程序员设计的测试任务
任务
需要使用composer包myapo100l/test_php编写一个控制台工具,用于计算已生成和未生成文档的付款数量和总额。
安装包的命令为
composer require myapo100l/test_php
工具工作示例
$$ php quest_done.php statistic --without-documents --with-documents Please enter start date: 2015-07-20 Please enter end date: 2015-11-01 +-------+---------+ | count | amount | +-------+---------+ | 15 | 11400 | | 6 | 4679.84 | +-------+---------+ $$