codedev/linkedin
Composer 安装命令:
composer require codedev/linkedin
包简介
login with linkedin
README 文档
README
login with linkedin using php
download using composer
composer require apisys/linkedin
uses
require __DIR__.'/vendor/autoload.php'; //for core php $linkedin = new LinkedIn('YOUR-APIKEY-HERE','YOUR-API-SECRET', 'REDIRECT-URL'); $userdata = $linkedin->process(); if($userdata != null){ /* do here what you want with $userdata object */ }
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-20