rishats/laravel-linkedin-v2

Linkedin API v2 integration for Laravel and Lumen 5

dev-master 2019-07-08 06:29 UTC

This package is auto-updated.

Last update: 2024-04-08 17:07:40 UTC


README

Linkedin API v2 integration for Laravel Framework

This package is a wrapper for Rishats/linkedin-php. You can view the documentation for php version here. Don't forget to consult the oficial LinkedIn API site.

Installation on Laravel

Install with composer
composer require rishats/laravel-linkedin-v2
Publish config file (optional)
php artisan vendor:publish --provider="Rishats\LinkedIn\LinkedinServiceProviderV2"

Usage

In order to use this API client (or any other LinkedIn clients) you have to register your app with LinkedIn to receive an API key. Once you've registered your LinkedIn app, you will be provided with an API Key and Secret Key, please fill this values on linkedin-v2.php config file.

####Basic Usage In developing...

Changelog

You can view the latest changes here