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-11-13 15:00:37 |
Package Statistics | |
---|---|
Total Downloads: | 16 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 0 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.
composer require rishats/laravel-linkedin-v2
php artisan vendor:publish --provider="Rishats\LinkedIn\LinkedinServiceProviderV2"
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...
You can view the latest changes here