PHPackages                             happyr/linkedin-bundle - 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. [API Development](/categories/api)
4. /
5. happyr/linkedin-bundle

ActiveSymfony-bundle[API Development](/categories/api)

happyr/linkedin-bundle
======================

A symfony bundle for happyr/linkedin-api-client

1.0.0(8y ago)839.0k5[1 issues](https://github.com/Happyr/LinkedInBundle/issues)[1 PRs](https://github.com/Happyr/LinkedInBundle/pulls)MITPHPPHP ^5.5 || ^7.0

Since Mar 5Pushed 6y ago3 watchersCompare

[ Source](https://github.com/Happyr/LinkedInBundle)[ Packagist](https://packagist.org/packages/happyr/linkedin-bundle)[ Docs](http://developer.happyr.com)[ RSS](/packages/happyr-linkedin-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (9)Versions (4)Used By (0)

Happyr LinkedIn bundle
======================

[](#happyr-linkedin-bundle)

This is a very small bundle that registers a service for the [LinkedIn client](https://github.com/Happyr/LinkedIn-API-client).

### Easy installation

[](#easy-installation)

For an easy installation of all components, you can run this Composer command:

```
composer require php-http/curl-client guzzlehttp/psr7 php-http/message happyr/linkedin-bundle
```

Then add LinkedInBundle to your AppKernel.

```
// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Happyr\LinkedInBundle\HappyrLinkedInBundle()
        );
    }
}
```

#### Optional

[](#optional)

If you want some great debugging and an easier set up you may install the [HTTPlugBundle](https://github.com/php-http/HttplugBundle).

```
composer require php-http/httplug-bundle
```

Then make sure you have both HttplugBundle and LinkedInBundle to your AppKernel.

```
// app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Http\HttplugBundle\HttplugBundle(),
            new Happyr\LinkedInBundle\HappyrLinkedInBundle()
        );
    }
}
```

#### Why installing so many packages?

[](#why-installing-so-many-packages)

See the installation note at the [LinkedIn client (installation)](https://github.com/Happyr/LinkedIn-API-client#installation) or the HTTPlug [documentation](http://php-http.readthedocs.io/en/latest/httplug/users.html).

### Usage

[](#usage)

```
happyr_linkedin:
  app_id: 'xxx'
  app_secret: 'yyy'
  request_format: 'json' # Default
  response_format: 'array' # Default
  http_client: 'httplug.client' # Service ID for an object implementing Http\Client\HttpClient
  http_message_factory: 'httplug.message_factory' # Service ID for an object implementing Http\Message\MessageFactory
```

```
$linkedin = $this->get('happyr.linkedin');
$user = $linkedin->get('v1/people/~:(firstName,lastName)');
```

For more info look at the libraries repository:

### Authentication

[](#authentication)

The easiest way to implement LinkedIn Authentication is to use Symfony's Guard component.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

Every ~351 days

Total

3

Last Release

3071d ago

Major Versions

0.2.0 → 1.0.02018-02-04

PHP version history (2 changes)0.1.0PHP ^5.5|^7.0

0.2.0PHP ^5.5 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/401ccc5eea13c60cf807ae982af00e368e2166e2f26d8eb541dcd881a57385bc?d=identicon)[Nyholm](/maintainers/Nyholm)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (14 commits)")[![hanish-singla](https://avatars.githubusercontent.com/u/6129169?v=4)](https://github.com/hanish-singla "hanish-singla (1 commits)")[![pascalwacker](https://avatars.githubusercontent.com/u/772008?v=4)](https://github.com/pascalwacker "pascalwacker (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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