Coder Social home page Coder Social logo

syliussalesbundle's Introduction

SyliusSalesBundle

Sales management for Symfony2 e-commerce applications. Provides sensible default models, forms, controllers and generally architecture for handling orders. Allows using simple orders, orders with items, create and manage their statuses via web interface. Whole system is easy extensible thanks to events, clean interfaces and many other extension points.

This bundle is compatible only with 2.1.x branch of Symfony2.

Features

Implemented

  • Base support for many different persistence layers. Currently only Doctrine ORM driver is implemented.
  • Provides two kinds of order models, simple single object, and extended order with multiple items handling.
  • Includes order status management, both CRUD and setting status of specific order.
  • It uses Pagerfanta to paginate over the orders.
  • Thanks to awesome Symfony2 everything is configurable and extensible.
  • Unit tested. Build status...

Planned or in progress

  • Optional e-mail confirmation out of the box.
  • Doctrine MongoDB ODM driver.
  • Doctrine CouchDB ODM driver. *
  • Propel driver. *
  • Order history.
  • Easy integration with shipping, pricing and stocking system.

* - wishlist, would love to see a contribution.

Sylius

Sylius is simple but end-user and developer friendly webshop engine built on top of Symfony2.

Please visit Sylius.org for more details.

Testing and build status

This bundle uses travis-ci.org for CI. Build status...

Before running tests, load the dependencies using Composer.

$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --install-suggests

Now you can run the tests by simply using this command.

$ phpunit

Code examples

If you want to see working implementation, try out the Sylius sandbox application. It's open sourced github project.

Documentation

Documentation is available on readthedocs.org.

Contributing

All informations about contributing to Sylius can be found on this page.

Mailing lists

Users

If you are using this bundle and have any questions, feel free to ask on users mailing list. Mail or view it.

Developers

If you want to contribute, and develop this bundle, use the developers mailing list. Mail or view it.

Sylius twitter account

If you want to keep up with updates, follow the official Sylius account on twitter or follow me.

Bug tracking

This bundle uses GitHub issues. If you have found bug, please create an issue.

Versioning

Releases will be numbered with the format major.minor.patch.

And constructed with the following guidelines.

  • Breaking backwards compatibility bumps the major.
  • New additions without breaking backwards compatibility bumps the minor.
  • Bug fixes and misc changes bump the patch.

For more information on SemVer, please visit semver.org website.

This versioning method is same for all Sylius bundles and applications.

License

License can be found here.

Authors

The bundle was originally created by Paweł Jędrzejewski. See the list of contributors.

syliussalesbundle's People

Contributors

seldaek avatar umpirsky avatar yohang avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.