putheakhem/laravel-social-stats
Composer 安装命令:
composer require putheakhem/laravel-social-stats
包简介
Fetch follower/subscriber stats from various social media platforms.
README 文档
README
A Laravel package to fetch follower/subscriber counts from various social media platforms including Telegram, YouTube, and Facebook Pages.
🇰🇭 Stand with Cambodia • កម្ពុជា
🕊️ Cambodia Needs Peace 🕊️
With heavy hearts, we stand with our brave soldiers defending Cambodia’s land and dignity.
We seek no conflict—only peace, justice, and respect for our sovereignty.
🙏 កម្ពុជាត្រូវការសន្តិភាព • Together to protect Cambodia’s sovereignty.
✨ Features
- 📊 Get real-time follower counts from:
- Telegram Channels
- YouTube Channels
- Facebook Pages
- Instagram Followers (via connected Facebook Page)
- TikTok Followers
- ⚡ Built Support Laravel 11+ & PHP 8.2+
- 🔒 Caching with Laravel’s new
Cache::flexible() - 🧹 Facade support:
SocialStats::platform('telegram')
📦 Installation
composer require putheakhem/laravel-social-stats
Ensure you’ve configured your Laravel app to support package discovery.
⚙️ Configuration
Publish the config file:
php artisan vendor:publish --tag=config
Set the following in .env:
YOUTUBE_API_KEY=your_youtube_api_key FACEBOOK_ACCESS_TOKEN=your_facebook_access_token TELEGRAM_BOT_TOKEN=your_telegram_bot_token INSTAGRAM_ACCESS_TOKEN=your_instagram_access_token INSTAGRAM_PAGE_ID=your_instagram_business_account_id
🔧 Usage
use SocialStats; // Telegram SocialStats::platform('telegram')->fetchCount('your_channel_username'); // No @ symbol // YouTube SocialStats::platform('youtube')->fetchCount('UCxxxxxxx'); // Channel ID // Facebook Page SocialStats::platform('facebook')->fetchCount('your_page_id'); // Page ID Number (3127652********) // Instagram (uses page_id to discover linked Instagram account) SocialStats::platform('instagram')->fetchCount('fintechcenterfsa'); // Instagram username // TikTok SocialStats::platform('tiktok')->fetchCount('your_tiktok_username'); // TikTok username
The package uses Laravel’s built-in HTTP and cache systems.
✅ Supported Platforms
- ✅ Telegram Channels Subscribers
- ✅ YouTube Channels Subscribers
- ✅ Facebook Page Likes
- ✅ Instagram Followers (via connected Facebook Page)
- ✅ TikTok Follower
- ⏳ Twitter Follower (planned)
🔪 Testing
To run tests:
composer test
Support Me
If you find this package useful, consider supporting my work:
📄 License
The MIT License (MIT). Please see License File for more information.
💡 Contributing
Feel free to submit PRs or open issues for suggestions and improvements.
putheakhem/laravel-social-stats 适用场景与选型建议
putheakhem/laravel-social-stats 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 698 次下载、GitHub Stars 达 2, 最近一次更新时间为 2025 年 03 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「facebook」 「youtube」 「social」 「laravel」 「statistics」 「Followers」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 putheakhem/laravel-social-stats 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 putheakhem/laravel-social-stats 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 putheakhem/laravel-social-stats 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Easy to use SDK with grabber for multiple platforms at once like YouTube, Dailymotion, Facebook and more.
Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.
LinkedIn integration for Social
♺ Laravel Nova Hashids card. Convert your ids.
Magento 2 Social Login extension is designed for quick login to your Magento 2 store without procesing complex register steps
Contao 4 bundle for a Facebook login.
统计信息
- 总下载量: 698
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-28