leaphly / cart-bundle
Cart Bundle
Installs: 4 237
Dependents: 1
Suggesters: 0
Security: 0
Stars: 102
Watchers: 14
Forks: 20
Open Issues: 7
Type:symfony-bundle
Requires
- php: >=5.3.2
- jms/serializer-bundle: ~0
- leaphly/cart: 0.1.x-dev
- symfony/framework-bundle: ~2
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: dev-master
- liip/functional-test-bundle: dev-master
- phpunit/phpunit: 3.7.*
Suggests
- doctrine/doctrine-bundle: Required when using ORM as db-driver
- doctrine/doctrine-fixtures-bundle: Required when using the fixture loading functionality
- doctrine/mongodb-odm-bundle: Required when using ODM as db-driver
- friendsofsymfony/rest-bundle: Required if you want to use the Rest Controller
This package is auto-updated.
Last update: 2024-10-18 22:50:25 UTC
README
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
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 tests 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.
TODO
-
Complete the Rest controllers. -
Better usage of the finite transitions. -
Decouple Bundle and library. -
Add more DB drivers