PHP Classes

File: examples/search.php

Recommend this page to a friend!
  Classes of Roman Kozin   PHP Instagram Hashtag Feed   examples/search.php   Download  
File: examples/search.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Instagram Hashtag Feed
Get Instagram posts that use a specific hashtag
Author: By
Last change:
Date: 2 years ago
Size: 128 bytes
 

Contents

Class file image Download
<?php
require_once '../vendor/autoload.php';

use
KielD01\InstaTag\Search;

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