Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/discount
A pluf module to manage discounts. See http://pluf.ir/#!/content/plugin-discount
https://github.com/pluf/discount
discount pluf
Last synced: about 24 hours ago
JSON representation
A pluf module to manage discounts. See http://pluf.ir/#!/content/plugin-discount
- Host: GitHub
- URL: https://github.com/pluf/discount
- Owner: pluf
- License: gpl-3.0
- Created: 2017-09-09T21:11:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T00:49:02.000Z (over 3 years ago)
- Last Synced: 2024-07-07T18:45:41.256Z (4 months ago)
- Topics: discount, pluf
- Language: PHP
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discount System
[![Build Status](https://travis-ci.com/pluf/discount.svg?branch=master)](https://travis-ci.com/pluf/discount)
[![codecov](https://codecov.io/gh/pluf/discount/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/discount)
[![Maintainability](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/maintainability)](https://codeclimate.com/github/pluf/discount/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/513f356bdf26065cc009/test_coverage)](https://codeclimate.com/github/pluf/discount/test_coverage)
[![Coverage Status](https://coveralls.io/repos/github/pluf/discount/badge.svg?branch=master)](https://coveralls.io/github/pluf/discount?branch=master)This is a Pluf module to provide tools related to discounts. It can be used to manage (add, remove, update, search) different types of discounts.
## 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.