Code Monkey home page Code Monkey logo

cart's Introduction

cart

Build Status Total Downloads Latest Stable Version

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

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

cart's People

Contributors

liuggio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cart's Issues

Add Adapter interfaces for payment gateways libraries

In order to have a decoupled cart library, that's still useful enough to actually build a e-commerce it would be helpful to have adapter interfaces to adapt the ItemInterface (and all other needed intarfaces) to various Payment libraries like for instance Omnipay

To integrate with OmniPay a single adapter should suffice: from ItemInterface to ItemInterface
https://github.com/omnipay/common/blob/master/src/Omnipay/Common/ItemInterface.php

I already forked leaphly/cart and I'm going to try writing something in the next few days

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.