PHPackages                             kistlak/linkedin-poster - 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. kistlak/linkedin-poster

ActiveLibrary[API Development](/categories/api)

kistlak/linkedin-poster
=======================

Laravel package to share posts to LinkedIn

v1.0.4(10mo ago)03MITPHPPHP ^8.0

Since Jun 18Pushed 10mo agoCompare

[ Source](https://github.com/Kistlak/linkedin-poster)[ Packagist](https://packagist.org/packages/kistlak/linkedin-poster)[ RSS](/packages/kistlak-linkedin-poster/feed)WikiDiscussions main Synced 1mo ago

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

📢 LinkedIn Poster for Laravel
=============================

[](#-linkedin-poster-for-laravel)

A simple Laravel package to authenticate users with LinkedIn and allow them to share event posts with a custom merged image (e.g., event banner + profile photo).

---

🚀 Features
----------

[](#-features)

- LinkedIn OAuth login with access token/session management
- Image merge support using event image + user's LinkedIn profile picture
- Optional preview before posting
- Text + Image post support to LinkedIn feed
- Configurable via `config/linkedin-share.php`

---

🔧 Installation
--------------

[](#-installation)

1. Require the package:

```
composer require kistlak/linkedin-poster
```

```
php artisan vendor:publish --tag=linkedin-config

```

2. Add the following to your .env

LINKEDIN\_CLIENT\_ID=your\_client\_id LINKEDIN\_CLIENT\_SECRET=your\_client\_secret LINKEDIN\_REDIRECT\_URI=

Usage
-----

[](#usage)

In your blade file, add:

```
@if (!Session::has('linkedin_token'))
    Connect LinkedIn
@else
    Share on LinkedIn
@endif

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance53

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 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

Every ~0 days

Total

4

Last Release

325d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2852d8055b2cc88e1c618c6415d3bbf9ff864563f83005a63a03fa84aca25b0a?d=identicon)[Kistlak](/maintainers/Kistlak)

---

Top Contributors

[![Kistlak](https://avatars.githubusercontent.com/u/20333573?v=4)](https://github.com/Kistlak "Kistlak (8 commits)")

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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