abdes/instagram-feed
Composer 安装命令:
composer require abdes/instagram-feed
包简介
Get posts from Instgram page whitout token
README 文档
README
Get posts from Instgram page whitout Access Token.
Installation
composer require abdes/instagram-feed
Usage
<?php require_once __DIR__ . '/vendor/autoload.php'; $username = ['youtube','anjunadeep']; //instagram Username $num = "4"; //number of posts $posts = new Instaty\InstaFeed($username,$num); $posts = $posts->getFeeds(); echo "<pre>";print_r($posts);
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-20