Download the PHP package eniams/linkedin-notifier without Composer
On this page you can find all versions of the php package eniams/linkedin-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eniams/linkedin-notifier
More information about eniams/linkedin-notifier
Files in eniams/linkedin-notifier
Download eniams/linkedin-notifier
More information about eniams/linkedin-notifier
Files in eniams/linkedin-notifier
Vendor eniams
Package linkedin-notifier
Short Description Symfony LinkedIn Notifier Bridge
License MIT
Homepage https://github.com/ismail1432/linkedin-notifier
Package linkedin-notifier
Short Description Symfony LinkedIn Notifier Bridge
License MIT
Homepage https://github.com/ismail1432/linkedin-notifier
Please rate this library. Is it a good library?
Informations about the package linkedin-notifier
LinkedIn Notifier
Provides LinkedIn integration for Symfony Notifier.
Installation
$ composer require eniams/linkedin-notifier
Enable the Bundle
Add Eniams\Notifier\LinkedIn\LinkedInNotifierBundle::class => ['all' => true],
in bundles.php
Enable the LinkedIn transport
Add the linkedin
chatter in config/packages/notifier.yaml
`
Define the DSN with your credential.
You can see how to get credentials from LinkedIn
LINKEDIN_DSN='linkedin://token:user-id@default'
Use it !
the example suppose that you have enable the autowiring
All versions of linkedin-notifier with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5
symfony/http-client Version ^4.3|^5.0
symfony/notifier Version ^5.0|^5.1
symfony/http-client Version ^4.3|^5.0
symfony/notifier Version ^5.0|^5.1
The package eniams/linkedin-notifier contains the following files
Loading the files please wait ....