Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/shop
Micro shop module of Pluf.
https://github.com/pluf/shop
Last synced: about 23 hours ago
JSON representation
Micro shop module of Pluf.
- Host: GitHub
- URL: https://github.com/pluf/shop
- Owner: pluf
- Created: 2018-01-29T17:09:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T00:48:04.000Z (over 3 years ago)
- Last Synced: 2024-07-14T22:04:02.866Z (4 months ago)
- Language: PHP
- Size: 484 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Store Module
[![Build Status](https://travis-ci.com/pluf/shop.svg?branch=master)](https://travis-ci.com/pluf/shop)
[![Coverage Status](https://coveralls.io/repos/github/pluf/shop/badge.svg)](https://coveralls.io/github/pluf/shop)
[![codecov](https://codecov.io/gh/pluf/shop/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/shop)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8ea001e01c76e99541f8/test_coverage)](https://codeclimate.com/github/pluf/shop/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/8ea001e01c76e99541f8/maintainability)](https://codeclimate.com/github/pluf/shop/maintainability)This is a Online Store Module of Pluf. It support Bank, Discount, Products and services.
## Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.