PHP code example of cherryred5959 / instagram-tag-scraper

1. Go to this page and download the library: Download cherryred5959/instagram-tag-scraper library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

cherryred5959 / instagram-tag-scraper example snippets

 php
$client = new \GuzzleHttp\Client();
$instagram = new \Cherryred5959\InstagramTagScraper\Instagram($client);
$responses = $instagram->search('something');

php examples/search.php