PHPackages                             skeeks/yii2-packagist-component - 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. [API Development](/categories/api)
4. /
5. skeeks/yii2-packagist-component

ActiveYii2-extension[API Development](/categories/api)

skeeks/yii2-packagist-component
===============================

Yii 2 Packagist API extension component.

0.1.2(10y ago)07BSD-3-ClausePHP

Since Feb 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/skeeks-semenov/yii2-packagist-component)[ Packagist](https://packagist.org/packages/skeeks/yii2-packagist-component)[ RSS](/packages/skeeks-yii2-packagist-component/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Packagist API wrapper component extension for Yii2
==================================================

[](#packagist-api-wrapper-component-extension-for-yii2)

Component extension wrapper for [Packagist API](http://packagist.org/)

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

[](#installation)

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

Either run

```
php composer.phar require "skeeks/yii2-packagist-component" "*"

```

or add

```
"skeeks/yii2-packagist-component" : "*"
```

to the require section of your application's `composer.json` file.

Usage
-----

[](#usage)

```
use dosamigos\packagist\Packagist;

$api = new Packagist;

// get a package information
$response = $api->package('yiisoft/yii2`)->getResponse();
// dump response
var_dump($response->body);

// get a filtered list
$response = $api->all(['vendor' => '2amigos'])->getResponse();
if($response->isSuccessFul) {
    var_dump($response->body);
} else {
    var_dump($response->error);
}

// search packages
$response = $api->search('yii2')->getResponse();
var_dump($response->body);

```

---

> [![skeeks!](https://camo.githubusercontent.com/cae82dcf01ec5dead3fe52f7d6dc919d52b7b060cdaccddb39a7a4c3383a282f/68747470733a2f2f67726176617461722e636f6d2f75736572696d6167652f37343433313133322f31336430346438333231383539333536343432323737306236313665353632322e6a7067)](http://skeeks.com)*SkeekS CMS (Yii2) — fast, simple, effective!*[skeeks.com](http://skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~366 days

Total

3

Last Release

3775d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/785306737dd13e3ea6826dfc04ab29ececa88f560d054ff595d64853cb878219?d=identicon)[skeeks-semenov](/maintainers/skeeks-semenov)

---

Top Contributors

[![skeeks-semenov](https://avatars.githubusercontent.com/u/9209305?v=4)](https://github.com/skeeks-semenov "skeeks-semenov (3 commits)")

---

Tags

extensionyiicomponentpackagist

### Embed Badge

![Health badge](/badges/skeeks-yii2-packagist-component/health.svg)

```
[![Health](https://phpackages.com/badges/skeeks-yii2-packagist-component/health.svg)](https://phpackages.com/packages/skeeks-yii2-packagist-component)
```

###  Alternatives

[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1143.6k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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