zorbus / linkedin-bundle
A bundle for the PHP library that interacts with the LinkedIn API
Package info
github.com/titomiguelcosta/LinkedInBundle
Type:symfony-bundle
pkg:composer/zorbus/linkedin-bundle
0.1.0
2015-02-06 12:23 UTC
Requires
- php: >=5.4
- symfony/framework-bundle: ~2.3
- zorbus/linkedin: ~0.1
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2026-03-14 23:40:30 UTC
README
A Symfony Bundle that integrates the Zorbus LinkedIn Library.
Configuration
Add to the config.yml the following parameters with your LinkedIn application values:
zorbus_linked_in: key: TheKeY secret: ThEsECReT scope: r_basicprofile,r_fullprofile
And add the routes to routing.yml
zorbus_linked_in: resource: "@ZorbusLinkedInBundle/Resources/config/routing.yml" prefix: /linkedin