marshmallow/linkedin-followers

A simple Laravel package to get the amount of followers from a LinkedIn page.

v1.1.0 2023-01-16 16:45 UTC

This package is auto-updated.

Last update: 2024-03-16 19:11:07 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A simple Laravel package to get the amount of followers from a LinkedIn page. You just run LinkedinFollowers::of(13027923)->followers(); and you have the amount of followers for the provided company id.

Installation

You can install the package via composer:

composer require marshmallow/linkedin-followers

Usage

$followers = LinkedinFollowers::of(13027923)->followers();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.