oxenti/linkedin

There is no license information available for the latest version (dev-master) of this package.

Linkedin plugin for CakePHP

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 8

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2015-10-14 13:42 UTC

This package is not auto-updated.

Last update: 2024-03-20 16:30:36 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');
    ...