PHPackages                             nacosvel/package - 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. nacosvel/package

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

nacosvel/package
================

A small utility library for handling metadata parsing and expansion.

1.x-dev(1y ago)0142MITPHPPHP ^5.3.2 || ^7.0 || ^8.0

Since Sep 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nacosvel/package)[ Packagist](https://packagist.org/packages/nacosvel/package)[ RSS](/packages/nacosvel-package/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (2)

Nacosvel Package
================

[](#nacosvel-package)

A small utility library for handling metadata parsing and expansion.

[![GitHub Tag](https://camo.githubusercontent.com/5f97921b4b1a78b14d132b99cae43457444fd86c93f92726bdeacb77fc1d7016/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6e61636f7376656c2f7061636b616765)](https://github.com/nacosvel/package/tags)[![Total Downloads](https://camo.githubusercontent.com/e08c2259818715c1ff8d0b8abdd0cb97913db9ddcc95108a1ca081f26f9ac6ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e61636f7376656c2f7061636b6167653f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nacosvel/package)[![Packagist Version](https://camo.githubusercontent.com/17974aa418f15a96d232f2b0849619aedea7e04024ba20cf85b61b6e06e5186f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e61636f7376656c2f7061636b616765)](https://packagist.org/packages/nacosvel/package)[![Packagist PHP Version Support](https://camo.githubusercontent.com/af73f7d9180b073784b0114fc4da1cfcd99805b62cad3838ffd40b89c6fe1db7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e61636f7376656c2f7061636b616765)](https://github.com/nacosvel/package)[![Packagist License](https://camo.githubusercontent.com/92186dd29ea37de29966ce410f75a44b81af30d41cbc7c7fdcf8551532615a2d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6e61636f7376656c2f7061636b616765)](https://github.com/nacosvel/package)

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

[](#installation)

You can install the package via [Composer](https://getcomposer.org/):

```
composer require nacosvel/package
```

Interface Reference
-------------------

[](#interface-reference)

Nacosvel\\Package\\Contracts\\PackageInterface

- getRootPath(string $path = null): string;
- setRootPath(string $rootPath): static;
- getVendorPath(string $path = null): string;
- setVendorPath(string $vendorPath): static;
- combinePaths(string $basePath, string $relativePath): string;

Nacosvel\\Package\\Contracts\\PackageManifestInterface

- getManifest(string $namespace = null, string ...$args): mixed;
- getPackageManifest(string ...$args): mixed;
- getInstallPath(string $packageName): ?string;
- getInstalledPackages(): array;

Quick Examples
--------------

[](#quick-examples)

```
$package = new \Nacosvel\Package\PackageManifest();

$package->getRootPath();
$package->getRootPath('composer.json');
$package->getVendorPath();
$package->getVendorPath('composer/installed.json');

$package->getManifest('psr/log', 'extra', 'branch-alias', 'dev-master');
$package->getPackageManifest('name');

$package->getInstalledPackages();
$package->getInstallPath('psr/log');
```

License
-------

[](#license)

Nacosvel Package is made available under the MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

649d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16873970?v=4)[Xander Moore](/maintainers/jundayw)[@jundayw](https://github.com/jundayw)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nacosvel-package/health.svg)

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

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.6M26](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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