PHPackages                             rohanmashiyava/yii2instagram - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. rohanmashiyava/yii2instagram

ActiveYii2-extension

rohanmashiyava/yii2instagram
============================

yii 2 Instagram PHP Restful API integration

081PHP

Since Feb 24Pushed 10y ago2 watchersCompare

[ Source](https://github.com/rohanmashiyava/yii2instagram)[ Packagist](https://packagist.org/packages/rohanmashiyava/yii2instagram)[ RSS](/packages/rohanmashiyava-yii2instagram/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii 2 Instagram Integration
===========================

[](#yii-2-instagram-integration)

Instagram for yii 2

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist rohanmashiyava/yii2instagram "*"

```

or add

```
"rohanmashiyava/yii2instagram": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, you should configure it in the application configuration like the following,

```
'components' => [
    'yii2instagram' => [
        'class' => 'rohanmashiyava\yii2instagram\Yii2instagram',
        'environment' => 'sandbox',
        'apiKey' => '8f6432a39aec4e99b2d0b54f93a35564',
	'apiSecret' => 'a116b4a7e37645a083eb9a7c7d2492a6',
	'apiCallback' => 'login/instagram',
    ]
]
```

Instagram don't have PHP SDK so we use REST API in order to use Instagram integration on PHP.

Yii2Instagram by Theta Technolabs
---------------------------------

[](#yii2instagram--by-theta-technolabs)

Contact if any help -

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe4806fe739a0d955583515f13e9f90e64074d13a626621b018aa9f67eea9ee9?d=identicon)[rohan\_zero](/maintainers/rohan_zero)

---

Top Contributors

[![eodtechnologies](https://avatars.githubusercontent.com/u/7716248?v=4)](https://github.com/eodtechnologies "eodtechnologies (1 commits)")

### Embed Badge

![Health badge](/badges/rohanmashiyava-yii2instagram/health.svg)

```
[![Health](https://phpackages.com/badges/rohanmashiyava-yii2instagram/health.svg)](https://phpackages.com/packages/rohanmashiyava-yii2instagram)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
