Looking to hire Laravel developers? Try LaraJobs

laravel-instagram maintained by makeabledk

Description
Fetch user data from an instagram account
Author
Last update
2017/12/09 10:46 (dev-master)
License
Links
Downloads
30

Comments
comments powered by Disqus

Instagram

Fetches Instagram data based on oAuth

Example on use

    $instagram = InstagramUser::find(
        // Provide access token
    );
    $instagram->getFollowers();