rishats / laravel-linkedin-v2
Linkedin API v2 integration for Laravel and Lumen 5
dev-master
2019-07-08 06:29 UTC
Requires
- php: >=7.0
- guzzlehttp/psr7: ^1.4
- illuminate/contracts: ^5.0
- illuminate/http: ^5.0
- illuminate/support: ~5.0
- php-http/curl-client: ^1.7
- php-http/guzzle6-adapter: ^1.1
- php-http/message: ^1.5
- rishats/linkedin-php: dev-master
Requires (Dev)
- orchestra/testbench: ^3.5
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2024-11-08 18:15:58 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