oxenti/linkedin

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

Linkedin plugin for CakePHP

Maintainers

Package info

github.com/oxenti/linkedin

Type:cakephp-plugin

pkg:composer/oxenti/linkedin

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

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');
    ...