为了账号安全,请及时绑定邮箱和手机立即绑定

适用于 Yii2 的 ApiStore SDK扩展 [ 2.0 版本 ]

标签:
PHP

适用于 Yii2 的 ApiStore SDK扩展

该扩展为 Yii framework 添加 ApiStore 客户端。

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version
Total Downloads
安装

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist xutongle/yii2-apistore

or add

"xutongle/yii2-apistore": ">=1.0.1"

to the require section of your composer.json.

注意:本扩展的二次开发非常简单,我只做了百度的手机归属地查询和身份证查询,这两个就一个方法,只要继承Baidu类并实现get方法即可无限扩展百度的API,
当然也有简单的办法,即直接使用Baidu类作为api类,获取到实例后如下即可:
$baidu = Yii::$app->apiClientCollection->getApi('baidu'); $response = $baidu->api('apistore/mobilenumber/mobilenumber', 'GET', ['phone' => $mobile]); var_dump($response);
欢迎fork本代码,并将你的客户端pull给我,我更新到新版里面,另外只要继承基类做类似Baidu类的实现,即可实现其他非百度ApiStore平台Api接入

https://github.com/xutongle/yii2-apistore

点击查看更多内容
2人点赞

若觉得本文不错,就分享一下吧!

评论

作者其他优质文章

正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
今天注册有机会得

100积分直接送

付费专栏免费学

大额优惠券免费领

立即参与 放弃机会
意见反馈 帮助中心 APP下载
官方微信

举报

0/150
提交
取消