Rishats / laravel-linkedin-v2 by Rishats

Linkedin API v2 integration for Laravel and Lumen 5
16
0
0
Package Data
Maintainer Username: Rishats
Maintainer Contact: rihasultanov@gmail.com (Rishat Sultanov)
Package Create Date: 2019-05-07
Package Last Update: 2019-07-08
Language: PHP
License: MIT
Last Refreshed: 2024-04-24 03:04:01
Package Statistics
Total Downloads: 16
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 0
Total Forks: 1
Total Open Issues: 0

Linkedin API v2 integration for Laravel Framework

This package is a wrapper for R-everse/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