Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 277 Bytes

LinkedIn PHP OAuth2 Library

Supports the new LinkedIn OAuth2 workflow. See sample/profile.php for example of the API in action.

To install just add:

{
    "splashmedia/linkedin-php": "dev-master"
}

To the require directive of your composer.json file.