metator/application

Metator.

dev-master 2013-10-12 21:13 UTC

This package is not auto-updated.

Last update: 2024-04-09 00:47:40 UTC


README

Coverage Status Build Status

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.