PHP Classes

PHP Instagram Hashtag Feed: Get Instagram posts that use a specific hashtag

Recommend this page to a friend!
     
  Info   Example   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 94 All time: 9,892 This week: 51Up
Version License PHP version Categories
insta-tag 1.0.0The PHP License5PHP 5, Web services
Description 

Author

This package can get Instagram posts that use a specific hashtag.

It can send HTTP requests to the Instagram API Web server to search for posts that use a given.

The package returns an array of post objects that contain the URLs of the posts pages and images on the Instagram site.

Picture of Roman Kozin
  Performance   Level  
Innovation award
Innovation award
Nominee: 4x

Winner: 3x

 

Example

<?php
require_once '../vendor/autoload.php';

use
KielD01\InstaTag\Search;

$posts = Search::byHashTag('challenge');
dd($posts);


  Files folder image Files (7)  
File Role Description
Files folder imageexamples (1 file)
Files folder imagesrc (2 files, 2 directories)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:94
This week:0
All time:9,892
This week:51Up