PHP Classes

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

Recommend this page to a friend!
  Info   View files Example   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not yet rated by the usersTotal: 93 This week: 1All time: 9,877 This week: 560Up
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  
Name: Roman Kozin is available for providing paid consulting. Contact Roman Kozin .
Classes: 7 packages by
Country: Ukraine Ukraine
Age: 28
All time rank: 274648 in Ukraine Ukraine
Week rank: 416 Up8 in Ukraine Ukraine Up
Innovation award
Innovation award
Nominee: 3x

Winner: 2x

Example

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

use
KielD01\InstaTag\Search;

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


  Files folder image Files  
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

  Files folder image Files  /  examples  
File Role Description
  Accessible without login Plain text file search.php Example Example script

  Files folder image Files  /  src  
File Role Description
Files folder imageModels (1 file)
Files folder imageTraits (1 file)
  Plain text file Request.php Class Class source
  Plain text file Search.php Class Class source

  Files folder image Files  /  src  /  Models  
File Role Description
  Plain text file Post.php Class Class source

  Files folder image Files  /  src  /  Traits  
File Role Description
  Plain text file Attributes.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:93
This week:1
All time:9,877
This week:560Up