Skip to content

metator/application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ed6455 · Oct 12, 2013
Sep 13, 2013
Sep 13, 2013
Jul 15, 2013
Sep 13, 2013
Oct 12, 2013
Jul 14, 2013
Jul 15, 2013
Jul 7, 2013
Jul 7, 2013
Jul 7, 2013
Jul 10, 2013
Sep 13, 2013
Jul 5, 2013
Jul 5, 2013
Jul 6, 2013
Sep 13, 2013
Jul 9, 2013
Jul 11, 2013
Jul 14, 2013
Sep 13, 2013

Repository files navigation

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.

About

A unit tested shopping cart application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages