jesse-dev / cart-component-bundle
Symfony Bundle containing CartComponent library
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/framework-bundle: 2.1.*
This package is not auto-updated.
Last update: 2025-07-13 07:19:58 UTC
README
Symfony2 bundle containing CartComponent library
Simple and effective objects for handling common shopping cart operations. This library is intended to be 'wrapped' by a larger system. Generally, the cart will be stored as an object in the session and/or a json string in the db.
Items and Shipments can be discountable or taxable.
Discounts are robust. Functionality is included for validating discount conditions.