metator / application
Metator.
dev-master
2013-10-12 21:13 UTC
Requires
- imagine/imagine: 0.4.*
- joshribakoff/php-csv-utils: dev-master
- metator/cart: 1.0.*
- omnipay/omnipay: 1.0.*
- zendframework/zendframework: 2.*
- zendframework/zendframework1: 1.12.*
- zf-commons/zfc-user: 0.1.*
Requires (Dev)
- bjyoungblood/bjy-profiler: *
- phpunit/dbunit: *
- phpunit/php-invoker: *
- phpunit/phpunit: 3.7.19
- phpunit/phpunit-selenium: *
- phpunit/phpunit-story: *
- satooshi/php-coveralls: dev-master
- zendframework/zend-developer-tools: dev-master
This package is not auto-updated.
Last update: 2024-09-24 02:59:30 UTC
README
Metator
一个经过单元测试的购物车。查看 演示网站。
#安装
composer create-project metator/application
php public/index.php phinx setup
php public/index.php phinx migrate
#创建样本数据 要创建样本数据,请使用应用程序的命令行界面
./metator sample products --number=1,000,000
您将收到如下输出
Created 1,000,000 sample products
All Done. Took 33.8217s
数字标志中所有非数字内容将被删除。运行 ./metator
不带标志以获取全面的使用信息。
#性能调整 从 ./public/images
到 ./data/images
存在一个符号链接。应用程序可以不使用此链接工作,但配置您的服务器以跟踪符号链接可以提升性能。