hamzahassanm / laravel-social-auto-post
Laravel social media auto post package - Complete solution for posting to 8 major social media platforms
Package info
github.com/HamzaHassanM/laravel-social-auto-post
pkg:composer/hamzahassanm/laravel-social-auto-post
Requires
- php: ^8.1
- laravel/framework: ^8.0|^9.0|^10.48.29|^11.44.1|^12.1.1|^13.0
Requires (Dev)
- orchestra/testbench: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- phpunit/phpunit: ^9.5|^10.0|^11.0|^12.0
- dev-master
- v2.5.0
- v2.4.1
- v2.4.0
- v2.3.4
- v2.3.3
- 2.2.0
- 2.1.0
- 2.0.0
- v1.0.2
- v1.0.1
- v1.0.0
- dev-feature/advanced-improvements
- dev-sec/resolve-cve-2025-27515
- dev-feat/legacy-framework-support
- dev-alert-autofix-1
- dev-chore/community-health-files
- dev-docs/internationalization-and-contributing
- dev-feature/multi-account-support-issue-3
- dev-fix/tiktok-v2-api-migration
- dev-release/2.1.0
This package is auto-updated.
Last update: 2026-05-24 15:47:37 UTC
README
🌐 English • العربية • Türkçe • Español • Français • 简体中文Laravel Social Auto Post
A comprehensive Laravel package for automatic social media posting across 8 major platforms using a unified API.
📚 Complete Documentation
We have moved our extensive documentation to a dedicated website to provide a better reading experience with support for 6 different languages!
👉 Visit the Official Documentation Website
✨ Features
- 8 Platforms Supported: Facebook, Twitter/X, LinkedIn, Instagram, TikTok, YouTube, Pinterest, Telegram.
- Unified API: One interface to post text, images, and videos everywhere.
- Multi-Account / SaaS Ready: Pass credentials dynamically at runtime.
- Laravel Events: Hook into
SocialPostPublishing,SocialPostPublished, andSocialPostFailedfor perfect observability. - Extensively Tested: Built with high test coverage and solid error handling.
🚀 Quick Installation
composer require hamzahassanm/laravel-social-auto-post
Publish the configuration file:
php artisan vendor:publish --provider="HamzaHassanM\LaravelSocialAutoPost\SocialShareServiceProvider" --tag="autopost"
🤝 Contributing
Please see CONTRIBUTING.md for details.
🔒 Security
If you discover any security related issues, please email instead of using the issue tracker. See SECURITY.md for more details.
📄 License
The MIT License (MIT). Please see License File for more information.