Download the PHP package alterebro/instagram-feed without Composer
On this page you can find all versions of the php package alterebro/instagram-feed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package instagram-feed
instagram-feed
Get the latest pictures from an Instagram user or hashtag without OAuth credentials or access token. This is not using the Instagram API platform or Graph API so it doesn't need you to authenticate, authorise or register your application anywhere.
Installation
composer require alterebro/instagram-feed
How to use it
Parameters
— Mandatory :
$query
: String starting with '@' to retrieve an username or without it to get a hashtag$cachePath
: Folder where to store the data. i.e:/tmp/
(chmod 777 /tmp
)
— Optional
$feedItems
: Items to retrieve. Defaults to 6 items.$cacheTime
: How long does the cache lasts. Defaults to 86400 seconds (1 day).$cacheForce
: Force to cache the data. Defaults tofalse
.
All versions of instagram-feed with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.3
The package alterebro/instagram-feed contains the following files
Loading the files please wait ....