metator / application
Metator.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 5
Language:CSS
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-11-05 03:26:58 UTC
README
Metator
A unit tested shopping cart. Check out the demo site.
#Install
composer create-project metator/application
php public/index.php phinx setup
php public/index.php phinx migrate
#Sample Data To create sample data, use the command line interface of the application:
./metator sample products --number=1,000,000
You will receive output like this:
Created 1,000,000 sample products
All Done. Took 33.8217s
Anything non numeric in the number flag is stripped. Run ./metator
without flags for comprehensive usage information.
#Performance Tuning
There is a symlink from ./public/images
to ./data/images
. The application works without this, but configure your server to follow symlinks for a performance boost.