14/10
2015
dev-master
9999999-devLinkedin plugin for CakePHP
The Requires
The Development Requires
Wallogit.com
2017 © Pedro Peláez
Linkedin plugin for CakePHP
You can install this plugin into your CakePHP application using composer., (*1)
The recommended way to install composer packages is:, (*2)
composer require oxenti/linkedin
In your app's 'AppController.php' set up the Linkedin componet:, (*3)
...
$this->loadComponent('Linkedin.Linkedin');
...
Linkedin plugin for CakePHP