PHPackages                             valentinmari/instagram - 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. valentinmari/instagram

ActiveLibrary

valentinmari/instagram
======================

An easy-to-use PHP Class for post images to Instagram.

20[2 issues](https://github.com/vmari/APInstagram/issues)PHP

Since Aug 26Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

APInstagram
===========

[](#apinstagram)

Upload images to Instagram w/o official API

Usage
-----

[](#usage)

```
namespace MyProject;
use VM\Instagram;

try {
    $api = new Instagram($user,$pass);

    $api->uploadPhoto('test.jpg','Hello world from PHP!');
    echo 'Ok!';
} catch (Exception $e) {
    echo 'Error';
}
```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

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/41ad2c90f975066c16143b0163bace9a023d0aa2f529e571f9451252f4123299?d=identicon)[valentinmari](/maintainers/valentinmari)

---

Top Contributors

[![vmari](https://avatars.githubusercontent.com/u/6826766?v=4)](https://github.com/vmari "vmari (7 commits)")

### Embed Badge

![Health badge](/badges/valentinmari-instagram/health.svg)

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

PHPackages © 2026

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