Laravel Social allows users to get and create post on different social platforms
otifsolutions/laravel-social is a Laravel package for laravel social allows users to get and create post on different social platforms.
It currently has 1 GitHub stars and 104 downloads on Packagist (latest version 1.0.8).
Install it with composer require otifsolutions/laravel-social.
Discover more Laravel packages by otifsolutions
or browse all Laravel packages to compare alternatives.
Last updated
PHP 5 > 5.3.0
Laravel > 5.0
Install via Composer
Using Composer (Recommended)
Either run the following command in the root directory of your project:
composer require otifsolutions/laravel-social
INSTAGRAM_USERNAME=your_instagram_account_username INSTAGRAM_PASSWORD=your_instagram_account_password INSTAGRAM_FETCH_LIMIT=1000 INSTAGRAM_USER_KEEP_DAYS=10 INSTAGRAM_USER_KEEP_POSTS=100