PHPackages                             solumdesignum/recomposer - 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. solumdesignum/recomposer

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

solumdesignum/recomposer
========================

A Laravel package to ReCompose your installed packages, their dependencies, your app &amp; server environment

v3.03(1y ago)1215MITPHPPHP ^8.1|^8.2|^8.3|^8.4CI failing

Since Jan 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/SolumDeSignum/recomposer)[ Packagist](https://packagist.org/packages/solumdesignum/recomposer)[ Docs](https://github.com/solumdesignum/recomposer)[ RSS](/packages/solumdesignum-recomposer/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (6)Versions (12)Used By (0)

[![StyleCI](https://camo.githubusercontent.com/9121296e69ea65cc772efce5f011696da8987ea27cc4b08de4edcfd23265e12a/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3332363237363532302f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/145921620)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8fbbea83e821169191c2fc8781fb949c1d6054d7b4af3c1918578105a4413c8d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736f6c756d64657369676e756d2f7265636f6d706f7365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/solumdesignum/recomposer/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/6a7ca02a5603af831bc4f1e1be9f14b593693fe570a761384d14f861e20a230e/68747470733a2f2f706f7365722e707567782e6f72672f736f6c756d64657369676e756d2f7265636f6d706f7365722f646f776e6c6f616473)](https://packagist.org/packages/solumdesignum/recomposer)[![Latest Stable Version](https://camo.githubusercontent.com/232f3ccb95372bf4f8c5fb33bea05e2d0292a90a6b662609e43d0ea6481a84b0/68747470733a2f2f706f7365722e707567782e6f72672f736f6c756d64657369676e756d2f7265636f6d706f7365722f762f737461626c65)](https://packagist.org/packages/solumdesignum/recomposer)[![Latest Unstable Version](https://camo.githubusercontent.com/608602f46a382bcb04cff5063dc538e977b46c0d0162a0f59c2f6336b962d5a4/68747470733a2f2f706f7365722e707567782e6f72672f736f6c756d64657369676e756d2f7265636f6d706f7365722f762f756e737461626c65)](https://packagist.org/packages/solumdesignum/recomposer)[![MIT Licensed](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

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

[](#introduction)

Laravel ReComposer decomposes and lists all the installed packages with their dependencies along with the Laravel &amp; the Server environment details your app is running in.

Required before installation
----------------------------

[](#required-before-installation)

Please make sure du is installed on linux, or unix, mac.

### Important

[](#important)

I regret to inform windows currently is not supported.

#### Exceptions to this is rule is

[](#exceptions-to-this-is-rule-is)

Any type of virtualization docker, Virtual Machine and anything similar to it.

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

[](#installation)

To get started, install ReComposer using the Composer package manager:

```
composer require solumdesignum/recomposer
```

Next, publish ReComposer resources using the vendor:publish command:

```
php artisan vendor:publish --provider="SolumDeSignum\ReComposer\ReComposerServiceProvider"
```

This command will publish a config to your config directory, which will be created if it does not exist.

### ReComposer Features

[](#recomposer-features)

The configuration file contains configurations.

```
