leaphly / cart
high quality php shopping Cart.
Installs: 4 058
Dependents: 1
Suggesters: 0
Security: 0
Stars: 29
Watchers: 6
Forks: 6
Open Issues: 0
Requires
- php: >=5.3.2
- doctrine/common: 2.4.x-dev
- jms/serializer: @stable
- pugx/godfather: dev-master
- symfony/event-dispatcher: ~2.4
- symfony/form: ~2.1
- symfony/http-kernel: ~2.4
- symfony/validator: ~2.4
- yohang/finite: 1.0.0-BETA2
Requires (Dev)
- phpunit/phpunit: 3.7.*
Suggests
- doctrine/odm: Required when using ODM as db-driver
- doctrine/orm: Required when using ORM as db-driver
This package is auto-updated.
Last update: 2024-10-18 22:48:35 UTC
README
This library is far from complete, at least the tests are green.
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` vendor/bin/phpunit
All the Functional testing are into the leaphly-sandbox.
About
Cart is a leaphly initiative. See also the list of contributors.
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 library to reproduce the issue by simply cloning it and following some steps.
TODO
-
Better usage of the finite transitions.
-
Add more DB drivers