提交代码
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
/vendor/
|
||||||
|
.idea
|
||||||
227
LICENSE
@@ -1,201 +1,32 @@
|
|||||||
Apache License
|
|
||||||
Version 2.0, January 2004
|
|
||||||
http://www.apache.org/licenses/
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
ThinkPHP遵循Apache2开源协议发布,并提供免费使用。
|
||||||
|
版权所有Copyright © 2006-2016 by ThinkPHP (http://thinkphp.cn)
|
||||||
|
All rights reserved。
|
||||||
|
ThinkPHP® 商标和著作权所有者为上海顶想信息科技有限公司。
|
||||||
|
|
||||||
1. Definitions.
|
Apache Licence是著名的非盈利开源组织Apache采用的协议。
|
||||||
|
该协议和BSD类似,鼓励代码共享和尊重原作者的著作权,
|
||||||
|
允许代码修改,再作为开源或商业软件发布。需要满足
|
||||||
|
的条件:
|
||||||
|
1. 需要给代码的用户一份Apache Licence ;
|
||||||
|
2. 如果你修改了代码,需要在被修改的文件中说明;
|
||||||
|
3. 在延伸的代码中(修改和有源代码衍生的代码中)需要
|
||||||
|
带有原来代码中的协议,商标,专利声明和其他原来作者规
|
||||||
|
定需要包含的说明;
|
||||||
|
4. 如果再发布的产品中包含一个Notice文件,则在Notice文
|
||||||
|
件中需要带有本协议内容。你可以在Notice中增加自己的
|
||||||
|
许可,但不可以表现为对Apache Licence构成更改。
|
||||||
|
具体的协议参考:http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
"License" shall mean the terms and conditions for use, reproduction,
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
and distribution as defined by Sections 1 through 9 of this document.
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
||||||
"Licensor" shall mean the copyright owner or entity authorized by
|
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||||
the copyright owner that is granting the License.
|
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||||
|
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||||
"Legal Entity" shall mean the union of the acting entity and all
|
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
other entities that control, are controlled by, or are under common
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
control with that entity. For the purposes of this definition,
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
"control" means (i) the power, direct or indirect, to cause the
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
||||||
direction or management of such entity, whether by contract or
|
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
||||||
|
|
||||||
"You" (or "Your") shall mean an individual or Legal Entity
|
|
||||||
exercising permissions granted by this License.
|
|
||||||
|
|
||||||
"Source" form shall mean the preferred form for making modifications,
|
|
||||||
including but not limited to software source code, documentation
|
|
||||||
source, and configuration files.
|
|
||||||
|
|
||||||
"Object" form shall mean any form resulting from mechanical
|
|
||||||
transformation or translation of a Source form, including but
|
|
||||||
not limited to compiled object code, generated documentation,
|
|
||||||
and conversions to other media types.
|
|
||||||
|
|
||||||
"Work" shall mean the work of authorship, whether in Source or
|
|
||||||
Object form, made available under the License, as indicated by a
|
|
||||||
copyright notice that is included in or attached to the work
|
|
||||||
(an example is provided in the Appendix below).
|
|
||||||
|
|
||||||
"Derivative Works" shall mean any work, whether in Source or Object
|
|
||||||
form, that is based on (or derived from) the Work and for which the
|
|
||||||
editorial revisions, annotations, elaborations, or other modifications
|
|
||||||
represent, as a whole, an original work of authorship. For the purposes
|
|
||||||
of this License, Derivative Works shall not include works that remain
|
|
||||||
separable from, or merely link (or bind by name) to the interfaces of,
|
|
||||||
the Work and Derivative Works thereof.
|
|
||||||
|
|
||||||
"Contribution" shall mean any work of authorship, including
|
|
||||||
the original version of the Work and any modifications or additions
|
|
||||||
to that Work or Derivative Works thereof, that is intentionally
|
|
||||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
||||||
or by an individual or Legal Entity authorized to submit on behalf of
|
|
||||||
the copyright owner. For the purposes of this definition, "submitted"
|
|
||||||
means any form of electronic, verbal, or written communication sent
|
|
||||||
to the Licensor or its representatives, including but not limited to
|
|
||||||
communication on electronic mailing lists, source code control systems,
|
|
||||||
and issue tracking systems that are managed by, or on behalf of, the
|
|
||||||
Licensor for the purpose of discussing and improving the Work, but
|
|
||||||
excluding communication that is conspicuously marked or otherwise
|
|
||||||
designated in writing by the copyright owner as "Not a Contribution."
|
|
||||||
|
|
||||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
||||||
on behalf of whom a Contribution has been received by Licensor and
|
|
||||||
subsequently incorporated within the Work.
|
|
||||||
|
|
||||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
||||||
this License, each Contributor hereby grants to You a perpetual,
|
|
||||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
||||||
copyright license to reproduce, prepare Derivative Works of,
|
|
||||||
publicly display, publicly perform, sublicense, and distribute the
|
|
||||||
Work and such Derivative Works in Source or Object form.
|
|
||||||
|
|
||||||
3. Grant of Patent License. Subject to the terms and conditions of
|
|
||||||
this License, each Contributor hereby grants to You a perpetual,
|
|
||||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
||||||
(except as stated in this section) patent license to make, have made,
|
|
||||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
||||||
where such license applies only to those patent claims licensable
|
|
||||||
by such Contributor that are necessarily infringed by their
|
|
||||||
Contribution(s) alone or by combination of their Contribution(s)
|
|
||||||
with the Work to which such Contribution(s) was submitted. If You
|
|
||||||
institute patent litigation against any entity (including a
|
|
||||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
||||||
or a Contribution incorporated within the Work constitutes direct
|
|
||||||
or contributory patent infringement, then any patent licenses
|
|
||||||
granted to You under this License for that Work shall terminate
|
|
||||||
as of the date such litigation is filed.
|
|
||||||
|
|
||||||
4. Redistribution. You may reproduce and distribute copies of the
|
|
||||||
Work or Derivative Works thereof in any medium, with or without
|
|
||||||
modifications, and in Source or Object form, provided that You
|
|
||||||
meet the following conditions:
|
|
||||||
|
|
||||||
(a) You must give any other recipients of the Work or
|
|
||||||
Derivative Works a copy of this License; and
|
|
||||||
|
|
||||||
(b) You must cause any modified files to carry prominent notices
|
|
||||||
stating that You changed the files; and
|
|
||||||
|
|
||||||
(c) You must retain, in the Source form of any Derivative Works
|
|
||||||
that You distribute, all copyright, patent, trademark, and
|
|
||||||
attribution notices from the Source form of the Work,
|
|
||||||
excluding those notices that do not pertain to any part of
|
|
||||||
the Derivative Works; and
|
|
||||||
|
|
||||||
(d) If the Work includes a "NOTICE" text file as part of its
|
|
||||||
distribution, then any Derivative Works that You distribute must
|
|
||||||
include a readable copy of the attribution notices contained
|
|
||||||
within such NOTICE file, excluding those notices that do not
|
|
||||||
pertain to any part of the Derivative Works, in at least one
|
|
||||||
of the following places: within a NOTICE text file distributed
|
|
||||||
as part of the Derivative Works; within the Source form or
|
|
||||||
documentation, if provided along with the Derivative Works; or,
|
|
||||||
within a display generated by the Derivative Works, if and
|
|
||||||
wherever such third-party notices normally appear. The contents
|
|
||||||
of the NOTICE file are for informational purposes only and
|
|
||||||
do not modify the License. You may add Your own attribution
|
|
||||||
notices within Derivative Works that You distribute, alongside
|
|
||||||
or as an addendum to the NOTICE text from the Work, provided
|
|
||||||
that such additional attribution notices cannot be construed
|
|
||||||
as modifying the License.
|
|
||||||
|
|
||||||
You may add Your own copyright statement to Your modifications and
|
|
||||||
may provide additional or different license terms and conditions
|
|
||||||
for use, reproduction, or distribution of Your modifications, or
|
|
||||||
for any such Derivative Works as a whole, provided Your use,
|
|
||||||
reproduction, and distribution of the Work otherwise complies with
|
|
||||||
the conditions stated in this License.
|
|
||||||
|
|
||||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
||||||
any Contribution intentionally submitted for inclusion in the Work
|
|
||||||
by You to the Licensor shall be under the terms and conditions of
|
|
||||||
this License, without any additional terms or conditions.
|
|
||||||
Notwithstanding the above, nothing herein shall supersede or modify
|
|
||||||
the terms of any separate license agreement you may have executed
|
|
||||||
with Licensor regarding such Contributions.
|
|
||||||
|
|
||||||
6. Trademarks. This License does not grant permission to use the trade
|
|
||||||
names, trademarks, service marks, or product names of the Licensor,
|
|
||||||
except as required for reasonable and customary use in describing the
|
|
||||||
origin of the Work and reproducing the content of the NOTICE file.
|
|
||||||
|
|
||||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
||||||
agreed to in writing, Licensor provides the Work (and each
|
|
||||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
||||||
implied, including, without limitation, any warranties or conditions
|
|
||||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
||||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
||||||
appropriateness of using or redistributing the Work and assume any
|
|
||||||
risks associated with Your exercise of permissions under this License.
|
|
||||||
|
|
||||||
8. Limitation of Liability. In no event and under no legal theory,
|
|
||||||
whether in tort (including negligence), contract, or otherwise,
|
|
||||||
unless required by applicable law (such as deliberate and grossly
|
|
||||||
negligent acts) or agreed to in writing, shall any Contributor be
|
|
||||||
liable to You for damages, including any direct, indirect, special,
|
|
||||||
incidental, or consequential damages of any character arising as a
|
|
||||||
result of this License or out of the use or inability to use the
|
|
||||||
Work (including but not limited to damages for loss of goodwill,
|
|
||||||
work stoppage, computer failure or malfunction, or any and all
|
|
||||||
other commercial damages or losses), even if such Contributor
|
|
||||||
has been advised of the possibility of such damages.
|
|
||||||
|
|
||||||
9. Accepting Warranty or Additional Liability. While redistributing
|
|
||||||
the Work or Derivative Works thereof, You may choose to offer,
|
|
||||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
||||||
or other liability obligations and/or rights consistent with this
|
|
||||||
License. However, in accepting such obligations, You may act only
|
|
||||||
on Your own behalf and on Your sole responsibility, not on behalf
|
|
||||||
of any other Contributor, and only if You agree to indemnify,
|
|
||||||
defend, and hold each Contributor harmless for any liability
|
|
||||||
incurred by, or claims asserted against, such Contributor by reason
|
|
||||||
of your accepting any such warranty or additional liability.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
APPENDIX: How to apply the Apache License to your work.
|
|
||||||
|
|
||||||
To apply the Apache License to your work, attach the following
|
|
||||||
boilerplate notice, with the fields enclosed by brackets "{}"
|
|
||||||
replaced with your own identifying information. (Don't include
|
|
||||||
the brackets!) The text should be enclosed in the appropriate
|
|
||||||
comment syntax for the file format. We also recommend that a
|
|
||||||
file or class name and description of purpose be included on the
|
|
||||||
same "printed page" as the copyright notice for easier
|
|
||||||
identification within third-party archives.
|
|
||||||
|
|
||||||
Copyright {yyyy} {name of copyright owner}
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
|
|||||||
BIN
assets/bgs/1.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
assets/bgs/2.jpg
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
assets/bgs/3.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
assets/bgs/4.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
assets/bgs/5.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
assets/bgs/6.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
assets/bgs/7.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
assets/bgs/8.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
assets/ttfs/1.ttf
Normal file
BIN
assets/ttfs/2.ttf
Normal file
BIN
assets/ttfs/3.ttf
Normal file
BIN
assets/ttfs/4.ttf
Normal file
BIN
assets/ttfs/5.ttf
Normal file
BIN
assets/ttfs/6.ttf
Normal file
BIN
assets/zhttfs/1.ttf
Normal file
20
composer.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "topthink/think-captcha",
|
||||||
|
"description": "captcha package for thinkphp5",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "yunwuxin",
|
||||||
|
"email": "448901948@qq.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"require": {},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"think\\captcha\\": "src/"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"src/helper.php"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
306
src/Captcha.php
Normal file
@@ -0,0 +1,306 @@
|
|||||||
|
<?php
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Copyright (c) 2006-2015 http://thinkphp.cn All rights reserved.
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Author: yunwuxin <448901948@qq.com>
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace think\captcha;
|
||||||
|
|
||||||
|
use think\Session;
|
||||||
|
|
||||||
|
class Captcha
|
||||||
|
{
|
||||||
|
protected $config = [
|
||||||
|
'seKey' => 'ThinkPHP.CN', // 验证码加密密钥
|
||||||
|
'codeSet' => '2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY', // 验证码字符集合
|
||||||
|
'expire' => 1800, // 验证码过期时间(s)
|
||||||
|
'useZh' => false, // 使用中文验证码
|
||||||
|
'zhSet' => '们以我到他会作时要动国产的一是工就年阶义发成部民可出能方进在了不和有大这主中人上为来分生对于学下级地个用同行面说种过命度革而多子后自社加小机也经力线本电高量长党得实家定深法表着水理化争现所二起政三好十战无农使性前等反体合斗路图把结第里正新开论之物从当两些还天资事队批点育重其思与间内去因件日利相由压员气业代全组数果期导平各基或月毛然如应形想制心样干都向变关问比展那它最及外没看治提五解系林者米群头意只明四道马认次文通但条较克又公孔领军流入接席位情运器并飞原油放立题质指建区验活众很教决特此常石强极土少已根共直团统式转别造切九你取西持总料连任志观调七么山程百报更见必真保热委手改管处己将修支识病象几先老光专什六型具示复安带每东增则完风回南广劳轮科北打积车计给节做务被整联步类集号列温装即毫知轴研单色坚据速防史拉世设达尔场织历花受求传口断况采精金界品判参层止边清至万确究书术状厂须离再目海交权且儿青才证低越际八试规斯近注办布门铁需走议县兵固除般引齿千胜细影济白格效置推空配刀叶率述今选养德话查差半敌始片施响收华觉备名红续均药标记难存测士身紧液派准斤角降维板许破述技消底床田势端感往神便贺村构照容非搞亚磨族火段算适讲按值美态黄易彪服早班麦削信排台声该击素张密害侯草何树肥继右属市严径螺检左页抗苏显苦英快称坏移约巴材省黑武培著河帝仅针怎植京助升王眼她抓含苗副杂普谈围食射源例致酸旧却充足短划剂宣环落首尺波承粉践府鱼随考刻靠够满夫失包住促枝局菌杆周护岩师举曲春元超负砂封换太模贫减阳扬江析亩木言球朝医校古呢稻宋听唯输滑站另卫字鼓刚写刘微略范供阿块某功套友限项余倒卷创律雨让骨远帮初皮播优占死毒圈伟季训控激找叫云互跟裂粮粒母练塞钢顶策双留误础吸阻故寸盾晚丝女散焊功株亲院冷彻弹错散商视艺灭版烈零室轻血倍缺厘泵察绝富城冲喷壤简否柱李望盘磁雄似困巩益洲脱投送奴侧润盖挥距触星松送获兴独官混纪依未突架宽冬章湿偏纹吃执阀矿寨责熟稳夺硬价努翻奇甲预职评读背协损棉侵灰虽矛厚罗泥辟告卵箱掌氧恩爱停曾溶营终纲孟钱待尽俄缩沙退陈讨奋械载胞幼哪剥迫旋征槽倒握担仍呀鲜吧卡粗介钻逐弱脚怕盐末阴丰雾冠丙街莱贝辐肠付吉渗瑞惊顿挤秒悬姆烂森糖圣凹陶词迟蚕亿矩康遵牧遭幅园腔订香肉弟屋敏恢忘编印蜂急拿扩伤飞露核缘游振操央伍域甚迅辉异序免纸夜乡久隶缸夹念兰映沟乙吗儒杀汽磷艰晶插埃燃欢铁补咱芽永瓦倾阵碳演威附牙芽永瓦斜灌欧献顺猪洋腐请透司危括脉宜笑若尾束壮暴企菜穗楚汉愈绿拖牛份染既秋遍锻玉夏疗尖殖井费州访吹荣铜沿替滚客召旱悟刺脑措贯藏敢令隙炉壳硫煤迎铸粘探临薄旬善福纵择礼愿伏残雷延烟句纯渐耕跑泽慢栽鲁赤繁境潮横掉锥希池败船假亮谓托伙哲怀割摆贡呈劲财仪沉炼麻罪祖息车穿货销齐鼠抽画饲龙库守筑房歌寒喜哥洗蚀废纳腹乎录镜妇恶脂庄擦险赞钟摇典柄辩竹谷卖乱虚桥奥伯赶垂途额壁网截野遗静谋弄挂课镇妄盛耐援扎虑键归符庆聚绕摩忙舞遇索顾胶羊湖钉仁音迹碎伸灯避泛亡答勇频皇柳哈揭甘诺概宪浓岛袭谁洪谢炮浇斑讯懂灵蛋闭孩释乳巨徒私银伊景坦累匀霉杜乐勒隔弯绩招绍胡呼痛峰零柴簧午跳居尚丁秦稍追梁折耗碱殊岗挖氏刃剧堆赫荷胸衡勤膜篇登驻案刊秧缓凸役剪川雪链渔啦脸户洛孢勃盟买杨宗焦赛旗滤硅炭股坐蒸凝竟陷枪黎救冒暗洞犯筒您宋弧爆谬涂味津臂障褐陆啊健尊豆拔莫抵桑坡缝警挑污冰柬嘴啥饭塑寄赵喊垫丹渡耳刨虎笔稀昆浪萨茶滴浅拥穴覆伦娘吨浸袖珠雌妈紫戏塔锤震岁貌洁剖牢锋疑霸闪埔猛诉刷狠忽灾闹乔唐漏闻沈熔氯荒茎男凡抢像浆旁玻亦忠唱蒙予纷捕锁尤乘乌智淡允叛畜俘摸锈扫毕璃宝芯爷鉴秘净蒋钙肩腾枯抛轨堂拌爸循诱祝励肯酒绳穷塘燥泡袋朗喂铝软渠颗惯贸粪综墙趋彼届墨碍启逆卸航衣孙龄岭骗休借', // 中文验证码字符串
|
||||||
|
'useImgBg' => false, // 使用背景图片
|
||||||
|
'fontSize' => 25, // 验证码字体大小(px)
|
||||||
|
'useCurve' => true, // 是否画混淆曲线
|
||||||
|
'useNoise' => true, // 是否添加杂点
|
||||||
|
'imageH' => 0, // 验证码图片高度
|
||||||
|
'imageW' => 0, // 验证码图片宽度
|
||||||
|
'length' => 5, // 验证码位数
|
||||||
|
'fontttf' => '', // 验证码字体,不设置随机获取
|
||||||
|
'bg' => [243, 251, 254], // 背景颜色
|
||||||
|
'reset' => true, // 验证成功后是否重置
|
||||||
|
];
|
||||||
|
|
||||||
|
private $_image = null; // 验证码图片实例
|
||||||
|
private $_color = null; // 验证码字体颜色
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 架构方法 设置参数
|
||||||
|
* @access public
|
||||||
|
* @param array $config 配置参数
|
||||||
|
*/
|
||||||
|
public function __construct($config = [])
|
||||||
|
{
|
||||||
|
$this->config = array_merge($this->config, $config);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 使用 $this->name 获取配置
|
||||||
|
* @access public
|
||||||
|
* @param string $name 配置名称
|
||||||
|
* @return mixed 配置值
|
||||||
|
*/
|
||||||
|
public function __get($name)
|
||||||
|
{
|
||||||
|
return $this->config[$name];
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设置验证码配置
|
||||||
|
* @access public
|
||||||
|
* @param string $name 配置名称
|
||||||
|
* @param string $value 配置值
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function __set($name, $value)
|
||||||
|
{
|
||||||
|
if (isset($this->config[$name])) {
|
||||||
|
$this->config[$name] = $value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 检查配置
|
||||||
|
* @access public
|
||||||
|
* @param string $name 配置名称
|
||||||
|
* @return bool
|
||||||
|
*/
|
||||||
|
public function __isset($name)
|
||||||
|
{
|
||||||
|
return isset($this->config[$name]);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 验证验证码是否正确
|
||||||
|
* @access public
|
||||||
|
* @param string $code 用户验证码
|
||||||
|
* @param string $id 验证码标识
|
||||||
|
* @return bool 用户验证码是否正确
|
||||||
|
*/
|
||||||
|
public function check($code, $id = '')
|
||||||
|
{
|
||||||
|
$key = $this->authcode($this->seKey) . $id;
|
||||||
|
// 验证码不能为空
|
||||||
|
$secode = Session::get($key);
|
||||||
|
if (empty($code) || empty($secode)) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
// session 过期
|
||||||
|
if (NOW_TIME - $secode['verify_time'] > $this->expire) {
|
||||||
|
Session::delete($key);
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($this->authcode(strtoupper($code)) == $secode['verify_code']) {
|
||||||
|
$this->reset && Session::delete($key);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 输出验证码并把验证码的值保存的session中
|
||||||
|
* 验证码保存到session的格式为: array('verify_code' => '验证码值', 'verify_time' => '验证码创建时间');
|
||||||
|
* @access public
|
||||||
|
* @param string $id 要生成验证码的标识
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function entry($id = '')
|
||||||
|
{
|
||||||
|
// 图片宽(px)
|
||||||
|
$this->imageW || $this->imageW = $this->length * $this->fontSize * 1.5 + $this->length * $this->fontSize / 2;
|
||||||
|
// 图片高(px)
|
||||||
|
$this->imageH || $this->imageH = $this->fontSize * 2.5;
|
||||||
|
// 建立一幅 $this->imageW x $this->imageH 的图像
|
||||||
|
$this->_image = imagecreate($this->imageW, $this->imageH);
|
||||||
|
// 设置背景
|
||||||
|
imagecolorallocate($this->_image, $this->bg[0], $this->bg[1], $this->bg[2]);
|
||||||
|
|
||||||
|
// 验证码字体随机颜色
|
||||||
|
$this->_color = imagecolorallocate($this->_image, mt_rand(1, 150), mt_rand(1, 150), mt_rand(1, 150));
|
||||||
|
// 验证码使用随机字体
|
||||||
|
$ttfPath = __DIR__ . '/../assets/' . ($this->useZh ? 'zhttfs' : 'ttfs') . '/';
|
||||||
|
|
||||||
|
if (empty($this->fontttf)) {
|
||||||
|
$dir = dir($ttfPath);
|
||||||
|
$ttfs = [];
|
||||||
|
while (false !== ($file = $dir->read())) {
|
||||||
|
if ('.' != $file[0] && substr($file, -4) == '.ttf') {
|
||||||
|
$ttfs[] = $file;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$dir->close();
|
||||||
|
$this->fontttf = $ttfs[array_rand($ttfs)];
|
||||||
|
}
|
||||||
|
$this->fontttf = $ttfPath . $this->fontttf;
|
||||||
|
|
||||||
|
if ($this->useImgBg) {
|
||||||
|
$this->_background();
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($this->useNoise) {
|
||||||
|
// 绘杂点
|
||||||
|
$this->_writeNoise();
|
||||||
|
}
|
||||||
|
if ($this->useCurve) {
|
||||||
|
// 绘干扰线
|
||||||
|
$this->_writeCurve();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 绘验证码
|
||||||
|
$code = []; // 验证码
|
||||||
|
$codeNX = 0; // 验证码第N个字符的左边距
|
||||||
|
if ($this->useZh) {
|
||||||
|
// 中文验证码
|
||||||
|
for ($i = 0; $i < $this->length; $i++) {
|
||||||
|
$code[$i] = iconv_substr($this->zhSet, floor(mt_rand(0, mb_strlen($this->zhSet, 'utf-8') - 1)), 1, 'utf-8');
|
||||||
|
imagettftext($this->_image, $this->fontSize, mt_rand(-40, 40), $this->fontSize * ($i + 1) * 1.5, $this->fontSize + mt_rand(10, 20), $this->_color, $this->fontttf, $code[$i]);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
for ($i = 0; $i < $this->length; $i++) {
|
||||||
|
$code[$i] = $this->codeSet[mt_rand(0, strlen($this->codeSet) - 1)];
|
||||||
|
$codeNX += mt_rand($this->fontSize * 1.2, $this->fontSize * 1.6);
|
||||||
|
imagettftext($this->_image, $this->fontSize, mt_rand(-40, 40), $codeNX, $this->fontSize * 1.6, $this->_color, $this->fontttf, $code[$i]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 保存验证码
|
||||||
|
$key = $this->authcode($this->seKey);
|
||||||
|
$code = $this->authcode(strtoupper(implode('', $code)));
|
||||||
|
$secode = [];
|
||||||
|
$secode['verify_code'] = $code; // 把校验码保存到session
|
||||||
|
$secode['verify_time'] = NOW_TIME; // 验证码创建时间
|
||||||
|
Session::set($key . $id, $secode);
|
||||||
|
|
||||||
|
header('Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate');
|
||||||
|
header('Cache-Control: post-check=0, pre-check=0', false);
|
||||||
|
header('Pragma: no-cache');
|
||||||
|
header("content-type: image/png");
|
||||||
|
|
||||||
|
// 输出图像
|
||||||
|
imagepng($this->_image);
|
||||||
|
imagedestroy($this->_image);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 画一条由两条连在一起构成的随机正弦函数曲线作干扰线(你可以改成更帅的曲线函数)
|
||||||
|
*
|
||||||
|
* 高中的数学公式咋都忘了涅,写出来
|
||||||
|
* 正弦型函数解析式:y=Asin(ωx+φ)+b
|
||||||
|
* 各常数值对函数图像的影响:
|
||||||
|
* A:决定峰值(即纵向拉伸压缩的倍数)
|
||||||
|
* b:表示波形在Y轴的位置关系或纵向移动距离(上加下减)
|
||||||
|
* φ:决定波形与X轴位置关系或横向移动距离(左加右减)
|
||||||
|
* ω:决定周期(最小正周期T=2π/∣ω∣)
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
private function _writeCurve()
|
||||||
|
{
|
||||||
|
$px = $py = 0;
|
||||||
|
|
||||||
|
// 曲线前部分
|
||||||
|
$A = mt_rand(1, $this->imageH / 2); // 振幅
|
||||||
|
$b = mt_rand(-$this->imageH / 4, $this->imageH / 4); // Y轴方向偏移量
|
||||||
|
$f = mt_rand(-$this->imageH / 4, $this->imageH / 4); // X轴方向偏移量
|
||||||
|
$T = mt_rand($this->imageH, $this->imageW * 2); // 周期
|
||||||
|
$w = (2 * M_PI) / $T;
|
||||||
|
|
||||||
|
$px1 = 0; // 曲线横坐标起始位置
|
||||||
|
$px2 = mt_rand($this->imageW / 2, $this->imageW * 0.8); // 曲线横坐标结束位置
|
||||||
|
|
||||||
|
for ($px = $px1; $px <= $px2; $px = $px + 1) {
|
||||||
|
if (0 != $w) {
|
||||||
|
$py = $A * sin($w * $px + $f) + $b + $this->imageH / 2; // y = Asin(ωx+φ) + b
|
||||||
|
$i = (int)($this->fontSize / 5);
|
||||||
|
while ($i > 0) {
|
||||||
|
imagesetpixel($this->_image, $px + $i, $py + $i, $this->_color); // 这里(while)循环画像素点比imagettftext和imagestring用字体大小一次画出(不用这while循环)性能要好很多
|
||||||
|
$i--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 曲线后部分
|
||||||
|
$A = mt_rand(1, $this->imageH / 2); // 振幅
|
||||||
|
$f = mt_rand(-$this->imageH / 4, $this->imageH / 4); // X轴方向偏移量
|
||||||
|
$T = mt_rand($this->imageH, $this->imageW * 2); // 周期
|
||||||
|
$w = (2 * M_PI) / $T;
|
||||||
|
$b = $py - $A * sin($w * $px + $f) - $this->imageH / 2;
|
||||||
|
$px1 = $px2;
|
||||||
|
$px2 = $this->imageW;
|
||||||
|
|
||||||
|
for ($px = $px1; $px <= $px2; $px = $px + 1) {
|
||||||
|
if (0 != $w) {
|
||||||
|
$py = $A * sin($w * $px + $f) + $b + $this->imageH / 2; // y = Asin(ωx+φ) + b
|
||||||
|
$i = (int)($this->fontSize / 5);
|
||||||
|
while ($i > 0) {
|
||||||
|
imagesetpixel($this->_image, $px + $i, $py + $i, $this->_color);
|
||||||
|
$i--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 画杂点
|
||||||
|
* 往图片上写不同颜色的字母或数字
|
||||||
|
*/
|
||||||
|
private function _writeNoise()
|
||||||
|
{
|
||||||
|
$codeSet = '2345678abcdefhijkmnpqrstuvwxyz';
|
||||||
|
for ($i = 0; $i < 10; $i++) {
|
||||||
|
//杂点颜色
|
||||||
|
$noiseColor = imagecolorallocate($this->_image, mt_rand(150, 225), mt_rand(150, 225), mt_rand(150, 225));
|
||||||
|
for ($j = 0; $j < 5; $j++) {
|
||||||
|
// 绘杂点
|
||||||
|
imagestring($this->_image, 5, mt_rand(-10, $this->imageW), mt_rand(-10, $this->imageH), $codeSet[mt_rand(0, 29)], $noiseColor);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 绘制背景图片
|
||||||
|
* 注:如果验证码输出图片比较大,将占用比较多的系统资源
|
||||||
|
*/
|
||||||
|
private function _background()
|
||||||
|
{
|
||||||
|
$path = dirname(__FILE__) . '/verify/bgs/';
|
||||||
|
$dir = dir($path);
|
||||||
|
|
||||||
|
$bgs = [];
|
||||||
|
while (false !== ($file = $dir->read())) {
|
||||||
|
if ('.' != $file[0] && substr($file, -4) == '.jpg') {
|
||||||
|
$bgs[] = $path . $file;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$dir->close();
|
||||||
|
|
||||||
|
$gb = $bgs[array_rand($bgs)];
|
||||||
|
|
||||||
|
list($width, $height) = @getimagesize($gb);
|
||||||
|
// Resample
|
||||||
|
$bgImage = @imagecreatefromjpeg($gb);
|
||||||
|
@imagecopyresampled($this->_image, $bgImage, 0, 0, 0, 0, $this->imageW, $this->imageH, $width, $height);
|
||||||
|
@imagedestroy($bgImage);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 加密验证码 */
|
||||||
|
private function authcode($str)
|
||||||
|
{
|
||||||
|
$key = substr(md5($this->seKey), 5, 8);
|
||||||
|
$str = substr(md5($str), 8, 10);
|
||||||
|
return md5($key . $str);
|
||||||
|
}
|
||||||
|
}
|
||||||
25
src/CaptchaController.php
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
<?php
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Copyright (c) 2006-2015 http://thinkphp.cn All rights reserved.
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Author: yunwuxin <448901948@qq.com>
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace think\captcha;
|
||||||
|
|
||||||
|
use think\Config;
|
||||||
|
use think\Controller;
|
||||||
|
|
||||||
|
class CaptchaController extends Controller
|
||||||
|
{
|
||||||
|
public function index($id = "")
|
||||||
|
{
|
||||||
|
$captcha = new Captcha((array)Config::get('captcha'));
|
||||||
|
$captcha->entry($id);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
}
|
||||||
19
src/helper.php
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<?php
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | ThinkPHP [ WE CAN DO IT JUST THINK ]
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Copyright (c) 2006-2015 http://thinkphp.cn All rights reserved.
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
// | Author: yunwuxin <448901948@qq.com>
|
||||||
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
|
\think\Route::get('captcha/[:id]', ["\\think\\captcha\\CaptchaController", 'index']);
|
||||||
|
|
||||||
|
\think\Validate::extend('captcha', function ($value, $id = "") {
|
||||||
|
$captcha = new \think\captcha\Captcha((array)\think\Config::get('captcha'));
|
||||||
|
return $captcha->check($value, $id);
|
||||||
|
});
|
||||||
|
|
||||||
|
\think\Validate::setTypeMsg('captcha', '验证码错误!');
|
||||||