metator/application

Metator.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 5

Language:CSS

pkg:composer/metator/application

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

This package is not auto-updated.

Last update: 2025-09-23 07:58:01 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.