oxenti / linkedin
There is no license information available for the latest version (dev-master) of this package.
Linkedin plugin for CakePHP
dev-master
2015-10-14 13:42 UTC
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: 2026-03-19 02:09:59 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'); ...