oxenti / linkedin
Linkedin plugin for CakePHP
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
- happyr/linkedin-api-client: dev-master
Requires (Dev)
This package is not auto-updated.
Last update: 2025-01-08 20:37:52 UTC
README
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require oxenti/linkedin
In your app's 'AppController.php' set up the Linkedin componet:
... $this->loadComponent('Linkedin.Linkedin'); ...