marshmallow / linkedin-followers
A simple Laravel package to get the amount of followers from a LinkedIn page.
Fund package maintenance!
marshmallow-packages
Installs: 1 104
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- guzzlehttp/guzzle: ^7.3
- illuminate/contracts: ^8.37|^9.0|^10.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15|^7.0|^8.0
- phpunit/phpunit: ^9.3
- spatie/laravel-ray: ^1.9
- vimeo/psalm: ^4.4
This package is auto-updated.
Last update: 2024-11-16 20:46:00 UTC
README
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.