PHPackages                             eniams/linkedin-notifier - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. eniams/linkedin-notifier

ActiveSymfony-bridge[Logging &amp; Monitoring](/categories/logging)

eniams/linkedin-notifier
========================

Symfony LinkedIn Notifier Bridge

1.1.0(5y ago)443[3 issues](https://github.com/ismail1432/notifier-linkedin/issues)MITPHPPHP ^7.2.5

Since Dec 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ismail1432/notifier-linkedin)[ Packagist](https://packagist.org/packages/eniams/linkedin-notifier)[ Docs](https://github.com/ismail1432/linkedin-notifier)[ RSS](/packages/eniams-linkedin-notifier/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (4)Used By (0)

LinkedIn Notifier
=================

[](#linkedin-notifier)

Provides LinkedIn integration for Symfony Notifier.

### Installation

[](#installation)

`$ composer require eniams/linkedin-notifier`

### Enable the Bundle

[](#enable-the-bundle)

Add `Eniams\Notifier\LinkedIn\LinkedInNotifierBundle::class => ['all' => true],` in `bundles.php`

### Enable the LinkedIn transport

[](#enable-the-linkedin-transport)

Add the `linkedin` chatter in `config/packages/notifier.yaml`

```
framework:
    notifier:
        chatter_transports:
            linkedin: '%env(LINKEDIN_DSN)%'
```

### Define the DSN with your credential.

[](#define-the-dsn-with-your-credential)

[You can see how to get credentials from LinkedIn](doc/CREDENTIALS_WORKFLOW.md)`LINKEDIN_DSN='linkedin://token:user-id@default'`

### Use it !

[](#use-it-)

the example suppose that you have enable the autowiring

```
