PHPackages                             codedev/linkedin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. codedev/linkedin

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

codedev/linkedin
================

login with linkedin

1.0(7y ago)18MITPHP

Since Aug 31Pushed 6y agoCompare

[ Source](https://github.com/bhattsuresh/linkedin-login)[ Packagist](https://packagist.org/packages/codedev/linkedin)[ RSS](/packages/codedev-linkedin/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

linkedin-login
==============

[](#linkedin-login)

login with linkedin using php

download using composer
=======================

[](#download-using-composer)

composer require apisys/linkedin

uses
====

[](#uses)

```
 require __DIR__.'/vendor/autoload.php';  //for core php
 $linkedin = new LinkedIn('YOUR-APIKEY-HERE','YOUR-API-SECRET', 'REDIRECT-URL');

 $userdata = $linkedin->process();

 if($userdata != null){
    /*
    do here what you want with $userdata object
    */
 }
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2863d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/41701439?v=4)[Suresh Bhatt](/maintainers/bhattsuresh)[@bhattsuresh](https://github.com/bhattsuresh)

---

Top Contributors

[![bhattsuresh](https://avatars.githubusercontent.com/u/41701439?v=4)](https://github.com/bhattsuresh "bhattsuresh (9 commits)")

### Embed Badge

![Health badge](/badges/codedev-linkedin/health.svg)

```
[![Health](https://phpackages.com/badges/codedev-linkedin/health.svg)](https://phpackages.com/packages/codedev-linkedin)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
