zorbus/linkedin-bundle

这是一个用于与LinkedIn API交互的PHP库的扩展包

安装: 225

依赖: 0

建议者: 0

安全性: 0

星星: 0

关注者: 3

分支: 0

开放问题: 0

类型:symfony-bundle

0.1.0 2015-02-06 12:23 UTC

This package is not auto-updated.

Last update: 2024-09-28 15:49:42 UTC


README

一个集成了Zorbus LinkedIn库的Symfony扩展包。

配置

将以下参数添加到config.yml中,使用LinkedIn应用的值

zorbus_linked_in: key: TheKeY secret: ThEsECReT scope: r_basicprofile,r_fullprofile

并添加路由到routing.yml

zorbus_linked_in: resource: "@ZorbusLinkedInBundle/Resources/config/routing.yml" prefix: /linkedin