makeabledk / laravel-instagram
Fetch user data from an instagram account
dev-master
2017-12-09 09:46 UTC
Requires
- php: ^7.1
- illuminate/support: ^5.5
- league/oauth2-instagram: ^2.0
Requires (Dev)
- laravel/laravel: ^5.5
- phpunit/phpunit: ^6.3
This package is auto-updated.
Last update: 2023-03-04 18:29:10 UTC
README
Fetches Instagram data based on oAuth
Example on use
$instagram = InstagramUser::find( // Provide access token ); $instagram->getFollowers();