PHPackages                             adnane/packalyser - 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. adnane/packalyser

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

adnane/packalyser
=================

Packalyser is a laravel package to list your dependencies &amp; dev dependencies in a much organized &amp; human-readable way .

1.0.0(5y ago)6131MITVue

Since Apr 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/adnane-ka/packalyser)[ Packagist](https://packagist.org/packages/adnane/packalyser)[ RSS](/packages/adnane-packalyser/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Introduction
------------

[](#introduction)

Packalyser is a laravel package to list your dependencies &amp; dev dependencies in a much organized &amp; human-readable way .

**Screenshot**[![Packalyser](https://camo.githubusercontent.com/5e78005a81fb6e621cb7fa3243a538f68628f6c003159b5dcec3961147b7d373/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f68647179356d3969732f696d6167652f75706c6f61642f76313631393438343738372f696d675f7070737a77722e706e67)](https://camo.githubusercontent.com/5e78005a81fb6e621cb7fa3243a538f68628f6c003159b5dcec3961147b7d373/68747470733a2f2f7265732e636c6f7564696e6172792e636f6d2f68647179356d3969732f696d6167652f75706c6f61642f76313631393438343738372f696d675f7070737a77722e706e67)

installation
------------

[](#installation)

1.via composer :

```
composer require --dev adnane/packalyser
```

2.add the service provider:

```
// In config/app.php
'providers' => [
    /*
     * Package service providers
     */
    Adnane\Packalyser\PackalyserServiceProvider::class,
];
```

3.publish the view assets :

```
php artisan vendor:publish --provider="Adnane\Packalyser\PackalyserServiceProvider" --tag="assets"
```

4.navigate to `http://127.0.0.1:8000/packalyse` . and that's it :).

Credits
-------

[](#credits)

- [Adnane Kadri](https://github.com/adnane-ka)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1893d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/32fd3105946c7423fd448a5030df5993ae5ceca855de748881f30d5a17928cb3?d=identicon)[adnanekadri](/maintainers/adnanekadri)

---

Top Contributors

[![adnane-ka](https://avatars.githubusercontent.com/u/74255401?v=4)](https://github.com/adnane-ka "adnane-ka (8 commits)")

### Embed Badge

![Health badge](/badges/adnane-packalyser/health.svg)

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

PHPackages © 2026

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