PHPackages                             omatech/vendor-version - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. omatech/vendor-version

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

omatech/vendor-version
======================

Check composer installation and get information of packages installed in vendor folder

01[1 PRs](https://github.com/omatech/vendor-version/pulls)PHPCI passing

Since Nov 17Pushed 2mo ago5 watchersCompare

[ Source](https://github.com/omatech/vendor-version)[ Packagist](https://packagist.org/packages/omatech/vendor-version)[ RSS](/packages/omatech-vendor-version/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Usage
=====

[](#usage)

```
$vv = new VendorVersion();
$vv->init(YOUR_PROJECT_ROOT_FOLDER);
$res=$vv->isInstalled('phpunit/phpunit');
// returns true or false

if ($res)
{
    $version_res=$vv->checkMinVersion('phpunit/phpunit', '8.0');
    // returns true if at least you have version 8.0 installed
    $version=$vv->getVersion('phpunit/phpunit');
    // now $version have the exact phpunit/phpunit installed
}

```

Test
====

[](#test)

```
phpunit --bootstrap vendor/autoload.php tests

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance56

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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/2a6b2440a7864015d71501a9cd77d28bed549c283afdd8d1af95f54b650dc833?d=identicon)[aponscat](/maintainers/aponscat)

### Embed Badge

![Health badge](/badges/omatech-vendor-version/health.svg)

```
[![Health](https://phpackages.com/badges/omatech-vendor-version/health.svg)](https://phpackages.com/packages/omatech-vendor-version)
```

###  Alternatives

[shpasser/gae-support-l5

Google App Engine Support for Laravel 5.1 apps.

16115.4k](/packages/shpasser-gae-support-l5)[salehhashemi/laravel-intelli-git

An intelligent Git helper package for Laravel applications. It utilizes OpenAI's GPT to analyze your Git repository, providing features such as automatic generation of commit messages based on staged changes.

132.4k](/packages/salehhashemi-laravel-intelli-git)[mmeester/shopware6-dev-tools

Additional tools to support your Shopware 6 development

121.6k](/packages/mmeester-shopware6-dev-tools)

PHPackages © 2026

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