2017 © Pedro Peláez
 

library coupon-plugin

image

windomz/coupon-plugin

  • Friday, June 16, 2017
  • by WindomZ
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 19 Versions
  • 0 % Grown

The README.md

This project has been suspended, and moved to coupon-module.

coupon-plugin

Developing..., (*1)

Latest Stable Version Minimum PHP Version Minimum MYSQL Version Build Status, (*2)

Feature

  • [x] Activity
  • [x] CouponTemplate
  • [x] Pack = Activity + CouponTemplate
  • [x] Coupon = one of Pack

Installation

Open the terminal in the project directory:, (*3)

$ composer require windomz/coupon-plugin

Create a configuration file, like config.yml:, (*4)

database:
    host: 127.0.0.1
    port: 3306
    type: mysql
    name: testdb
    username: root
    password: root

If only for quick testing, you can run ./sql/testdb.sql in MySQL to quickly create a test database., (*5)

Of course, you can also customize the database name based on ./sql/testdb.sql, but note that the table name can not be MODIFIED!, (*6)

In the project initialization, load the specified configuration file through the following implementation:, (*7)

Coupon::setConfigPath('./config.yml');

Usage

Refer to the Document(Currently only Chinese) for details., (*8)

License

The MIT License, (*9)

The Versions

16/06 2017

dev-master

9999999-dev

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Avatar WindomZ

plugin coupon

16/06 2017
14/06 2017
13/06 2017
12/06 2017
12/06 2017
12/06 2017
09/06 2017
09/06 2017
09/06 2017
09/06 2017
08/06 2017
08/06 2017
08/06 2017
08/06 2017
08/06 2017
07/06 2017
07/06 2017
07/06 2017