agiuliano / CartBundle

The Cart thought for developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CartBundle

Build Status Total Downloads Latest Stable Version

Mission-statement

The Leaphly project makes it easier for developers to add cart functionality to the Symfony2 applications or to those applications that could consume REST API.

This software provides the tools and guidelines for building decoupled, high-quality and long-life e-commerce applications.

continue reading on the website

Demo

demo

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Test

composer.phar create-project leaphly/cart-bundle`
vendor/bin/phpunit

All the Functional testing are into the leaphly-sandbox.

About

CartBundle is a leaphly initiative. See also the list of contributors. CartBundle has been inspired by the architecture of FosUserBundle.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.

About

The Cart thought for developers.