This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier 14c9d05dc8 feature #37830 [Notifier] Add LinkedIn provider (ismail1432)
This PR was merged into the 5.2-dev branch.

Discussion
----------

[Notifier] Add LinkedIn provider

| Q             | A
| ------------- | ---
| Branch?       | master for features 5.2
| Bug fix?      | no
| New feature?  | yes/no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | yes/no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | Fix #34563 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

### Add the LinkedIn provider for the Notifier

Few months ago I created a bridge to send message to LinkedIn, following [the discussion here](https://github.com/symfony/symfony/issues/34563) I create the PR.

If you're curious [I wrote an article where I use the bridge](https://medium.com/@smaine.milianni/aws-lambda-and-symfony-6d3e9831c3cd)

[Edit] test are green ~missing improvement body construction and integration test with update changes + framework integration~

[Notification sent with this PR](https://www.linkedin.com/posts/smainemilianni_hello-linkedin-from-symfony-bridge-see-pull-activity-6700328970665177088-31tT)
<!--
Replace this notice by a short README for your feature/bugfix. This will help people
understand your PR and can be used as a start for the documentation.

Additionally (see https://symfony.com/releases):
 - Always add tests and ensure they pass.
 - Never break backward compatibility (see https://symfony.com/bc).
 - Bug fixes must be submitted against the lowest maintained branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too.)
 - Features and deprecations must be submitted against branch master.
-->

Commits
-------

0064cae9a0 add Linkedin transport and option
2020-08-18 11:12:14 +02:00
..
Asset Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
BrowserKit Merge branch '5.1' 2020-06-24 15:36:31 +02:00
Cache Merge branch '5.1' 2020-08-17 09:50:35 +02:00
Config Merge branch '5.1' 2020-08-17 09:50:35 +02:00
Console Merge branch '5.1' 2020-08-18 07:52:09 +02:00
CssSelector Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
DependencyInjection Merge branch '5.1' 2020-08-17 12:01:44 +02:00
DomCrawler Merge branch '5.1' 2020-08-12 10:46:31 +02:00
Dotenv Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
ErrorHandler Merge branch '5.1' 2020-08-17 12:01:44 +02:00
EventDispatcher Merge branch '5.1' 2020-08-13 16:19:50 +02:00
ExpressionLanguage Fix PHPUnit 8.5 deprecations. 2020-07-23 11:37:51 +02:00
Filesystem Merge branch '5.1' 2020-08-17 12:01:44 +02:00
Finder Merge branch '5.1' 2020-08-17 12:01:44 +02:00
Form Fix CS 2020-08-17 10:48:15 +02:00
HttpClient Fix CS 2020-08-17 10:48:15 +02:00
HttpFoundation Merge branch '5.1' 2020-08-17 09:50:35 +02:00
HttpKernel Merge branch '5.1' 2020-08-17 12:01:44 +02:00
Inflector Merge branch '5.1' 2020-05-20 19:44:07 +02:00
Intl Merge branch '5.1' 2020-08-17 09:50:35 +02:00
Ldap Merge branch '5.1' 2020-07-23 10:36:44 +02:00
Lock Merge branch '5.1' 2020-08-17 09:50:35 +02:00
Mailer Merge branch '5.1' 2020-08-17 12:01:44 +02:00
Messenger feature #37867 [Messenger] Add message timestamp to amqp connection (Bartłomiej Zając) 2020-08-18 09:09:18 +02:00
Mime feature #37847 [Serializer][Mime] Fix Mime message serialization (fabpot) 2020-08-17 13:58:42 +02:00
Notifier feature #37830 [Notifier] Add LinkedIn provider (ismail1432) 2020-08-18 11:12:14 +02:00
OptionsResolver minor #36799 Remove some magic from TypeValidator logic and OptionsResolver type verify logic (drealecs) 2020-07-13 11:15:52 +02:00
Process Merge branch '5.1' 2020-07-23 10:36:44 +02:00
PropertyAccess Merge branch '5.1' 2020-08-17 09:50:35 +02:00
PropertyInfo Merge branch '5.1' 2020-06-18 23:19:34 +02:00
Routing Merge branch '5.1' 2020-08-10 10:10:48 +02:00
Security Merge branch '5.1' 2020-08-18 09:41:46 +02:00
Serializer feature #37847 [Serializer][Mime] Fix Mime message serialization (fabpot) 2020-08-17 13:58:42 +02:00
Stopwatch Add name property to the stopwatchEvent 2020-08-11 11:41:23 +02:00
String Fix CS 2020-08-17 10:48:15 +02:00
Templating Merge branch '5.1' 2020-07-23 10:36:44 +02:00
Translation Merge branch '5.1' 2020-08-17 12:01:44 +02:00
Uid Merge branch '5.1' 2020-05-20 19:44:07 +02:00
Validator Merge branch '5.1' 2020-08-18 07:52:09 +02:00
VarDumper Merge branch '5.1' 2020-08-17 09:50:35 +02:00
VarExporter Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
WebLink Merge branch '5.1' 2020-05-28 10:21:24 +02:00
Workflow [Workflow] Improve and fix 2020-08-13 10:09:09 +02:00
Yaml Merge branch '5.1' 2020-08-17 12:01:44 +02:00