Download the PHP package lotteryyii/lottery without Composer
On this page you can find all versions of the php package lotteryyii/lottery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lotteryyii/lottery
More information about lotteryyii/lottery
Files in lotteryyii/lottery
Download lotteryyii/lottery
More information about lotteryyii/lottery
Files in lotteryyii/lottery
Please rate this library. Is it a good library?
Informations about the package lottery
lottery-for-yii2
yii2版composer抽奖程序插件,包含服务端和前端html(vue和js版大转盘)
程序流程
- 创建活动
- 添加活动的奖品
- 前端展示
- 抽奖
- 记录抽奖
- 这些可以简单在自己的cms系统增加个抽奖模块,管理抽奖模块数据,本插件只涉及抽奖行为业务,数据部分直插数据库表。
运行环境
- php >= 5.4
- composer
- yii2
- mysql
- yii2-redis > 2.*
安装
添加 aliases,在config/web.php中aliases添加
视图
tips:静态资源和yii视图模板放在views下,vue版大转盘前端模板参考:https://100px.net/
抽奖主类 Lottery.php
- 对外方法
method | 描述 |
---|---|
lottery | 抽奖方法 |
prizeList | 奖品列表 |
getPrizeRecord | 获奖记录 |
activityInfo | 活动详情 |
抽奖算法
抽奖数据模型目录Models
- 所有的数据模型都在Models目录。包含三部分,抽奖活动模型(Activity),抽奖奖品模型(Prize),抽奖记录模型(Record)
业务逻辑举例目录example(LotteryController)
备注
- 这里所有的模型和控制器都给出来了,使用的时候可以不以插件服务提供者方式使用,可将Models和example内代码直接在自己项目的app目录包含应用程序的核心代码内。
- MYSQL创建语句在sql目录下
- 交流可发至943826443#qq.com,把#换成@. qq:943826443
All versions of lottery with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2-redis Version
~2.0.0
The package lotteryyii/lottery contains the following files
Loading the files please wait ....