zorbus / linkedin-bundle
A bundle for the PHP library that interacts with the LinkedIn API
Installs: 226
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-12-21 17:07:05 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