PHPackages                             ipunkt/composer-about - 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. ipunkt/composer-about

ActiveLibrary

ipunkt/composer-about
=====================

Parses composer.lock and returns informations about the used packages

1.0.0(11y ago)310.1kMITPHPPHP &gt;=5.4.0

Since Jun 15Pushed 11y ago3 watchersCompare

[ Source](https://github.com/ipunkt/composer-about)[ Packagist](https://packagist.org/packages/ipunkt/composer-about)[ RSS](/packages/ipunkt-composer-about/feed)WikiDiscussions master Synced yesterday

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

Retrieve Information from composer.lock
=======================================

[](#retrieve-information-from-composerlock)

[![Latest Stable Version](https://camo.githubusercontent.com/d87c916f1a5a6cd13add6f5dd60a2e2ade3c0a498446ee699afbc091a87433f1/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f636f6d706f7365722d61626f75742f762f737461626c652e737667)](https://packagist.org/packages/ipunkt/composer-about) [![Latest Unstable Version](https://camo.githubusercontent.com/9ebb8cf123a2696d3cf897495f38b603e18f8c52d0326fcb36ce69fb02bab445/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f636f6d706f7365722d61626f75742f762f756e737461626c652e737667)](https://packagist.org/packages/ipunkt/composer-about) [![License](https://camo.githubusercontent.com/b4335336c559eae7024e2e1e54762df0cb1edc9334c57def3ea9466544154861/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f636f6d706f7365722d61626f75742f6c6963656e73652e737667)](https://packagist.org/packages/ipunkt/composer-about) [![Total Downloads](https://camo.githubusercontent.com/1b8b78c031641512c1fe949c1b793ce968b029325958c188f185040e65977371/68747470733a2f2f706f7365722e707567782e6f72672f6970756e6b742f636f6d706f7365722d61626f75742f646f776e6c6f6164732e737667)](https://packagist.org/packages/ipunkt/composer-about)

Parses composer.lock and returns informations about the used packages

Usage
-----

[](#usage)

Mainly developed for Laravel, but can still be used in all other Frameworks or Vanilla PHP applications.

1. Add service provider to app.config

    `'Ipunkt\ComposerAbout\ComposerAboutServiceProvider',`
2. Use it in your routes.php or Controller action

    `/** @var \Ipunkt\ComposerAbout\Structure\ComposerStructure $composerAbout */`

    `$composerAbout = App::make('composer-about');`

API
---

[](#api)

### ComposerStructure::$hash

[](#composerstructurehash)

Hash of the current installed packages.

### ComposerStructure::$packages

[](#composerstructurepackages)

A Collection of Package object instances for the packages used.

### ComposerStructure::$devpackages

[](#composerstructuredevpackages)

A Collection of Package object instances for the dev packages used.

### ComposerStructure::licenses()

[](#composerstructurelicenses)

An array of all unique licenses for all required packages. Perhaps for a summary of used licenses. Can be very useful, if you want to check, that there is a defined license that you do not want to have.

### Package

[](#package)

For current methods please see `Ipunkt\ComposerAbout\Structure\Data\Package.php`

### Package::getName()

[](#packagegetname)

Returns the name of the package.

### Package::getVersion()

[](#packagegetversion)

Returns the version of the package.

### Package::getDescription()

[](#packagegetdescription)

Returns the description of the package.

### Package::getAuthors()

[](#packagegetauthors)

Returns an array of alle Authors...each author has 'name' and 'email' set, if possible.

### Package::getLicenses()

[](#packagegetlicenses)

Returns the licenses of the package.

### Package::getType()

[](#packagegettype)

Returns the type of the package. E.g. library

### Package::getName()

[](#packagegetname-1)

Returns the name of the package.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

4350d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4946056?v=4)[Robert Kummer](/maintainers/rokde)[@rokde](https://github.com/rokde)

---

Tags

phpcomposerlaravellibrary

### Embed Badge

![Health badge](/badges/ipunkt-composer-about/health.svg)

```
[![Health](https://phpackages.com/badges/ipunkt-composer-about/health.svg)](https://phpackages.com/packages/ipunkt-composer-about)
```

###  Alternatives

[cybercog/laravel-paket

Composer personal web interface. Manage Laravel dependencies without switching to command line!

1753.3k](/packages/cybercog-laravel-paket)

PHPackages © 2026

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