{"id":20302001,"url":"https://github.com/solumdesignum/recomposer","last_synced_at":"2025-04-11T13:36:57.501Z","repository":{"id":55398318,"uuid":"326276520","full_name":"SolumDeSignum/recomposer","owner":"SolumDeSignum","description":"A Laravel package to ReCompose your installed packages, their dependencies, your app \u0026 server environment","archived":false,"fork":false,"pushed_at":"2024-10-18T21:27:25.000Z","size":63,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T09:49:28.884Z","etag":null,"topics":["develoment","laravel","laravel-recomposer","opensource","opensourcedevelopment","package","packages","php","recomposer","solumdesignum"],"latest_commit_sha":null,"homepage":"https://solum-designum.eu/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SolumDeSignum.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-02T21:44:19.000Z","updated_at":"2024-10-18T21:24:37.000Z","dependencies_parsed_at":"2024-02-03T20:21:55.103Z","dependency_job_id":"c46bf73d-71c3-44de-9f05-639fd53cf5a5","html_url":"https://github.com/SolumDeSignum/recomposer","commit_stats":{"total_commits":31,"total_committers":4,"mean_commits":7.75,"dds":"0.12903225806451613","last_synced_commit":"123f3fb006862b882ecf8845bcc85b1e5f8d7f00"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Frecomposer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Frecomposer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Frecomposer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Frecomposer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolumDeSignum","download_url":"https://codeload.github.com/SolumDeSignum/recomposer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248410226,"owners_count":21098772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["develoment","laravel","laravel-recomposer","opensource","opensourcedevelopment","package","packages","php","recomposer","solumdesignum"],"created_at":"2024-11-14T16:28:47.284Z","updated_at":"2025-04-11T13:36:57.472Z","avatar_url":"https://github.com/SolumDeSignum.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![StyleCI](https://github.styleci.io/repos/326276520/shield?branch=master)](https://github.styleci.io/repos/145921620)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/solumdesignum/recomposer/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/solumdesignum/recomposer/?branch=master)\n[![Total Downloads](https://poser.pugx.org/solumdesignum/recomposer/downloads)](https://packagist.org/packages/solumdesignum/recomposer)\n[![Latest Stable Version](https://poser.pugx.org/solumdesignum/recomposer/v/stable)](https://packagist.org/packages/solumdesignum/recomposer)\n[![Latest Unstable Version](https://poser.pugx.org/solumdesignum/recomposer/v/unstable)](https://packagist.org/packages/solumdesignum/recomposer)\n[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)\n\n## Introduction\n\nLaravel ReComposer decomposes and lists all the installed packages with their dependencies along with the Laravel \u0026 the\nServer environment details your app is running in.\n\n## Required before installation\n\nPlease make sure du is installed on linux, or unix, mac.\n\n### Important\n\nI regret to inform windows currently is not supported.\n\n#### Exceptions to this is rule is\n\nAny type of virtualization docker, Virtual Machine and anything similar to it.\n\n## Installation\n\nTo get started, install ReComposer using the Composer package manager:\n\n```shell\ncomposer require solumdesignum/recomposer\n```\n\nNext, publish ReComposer resources using the vendor:publish command:\n\n```shell\nphp artisan vendor:publish --provider=\"SolumDeSignum\\ReComposer\\ReComposerServiceProvider\"\n```\n\nThis command will publish a config to your config directory, which will be created if it does not exist.\n\n### ReComposer Features\n\nThe configuration file contains configurations.\n\n```php\n\u003c?php\n\ndeclare(strict_types=1);\n\n$excludePrefix = '--exclude=';\n\nreturn [\n    'basePath' =\u003e base_path(),\n    'binary' =\u003e [\n        'format' =\u003e 'kilobytes',\n        'search' =\u003e 'MiB',\n        'replace' =\u003e 'mb',\n    ],\n    'view' =\u003e 'solumdesignum/recomposer::index',\n    'cache' =\u003e [\n        'feature' =\u003e false,\n        'hours' =\u003e 1,\n    ],\n    'icon' =\u003e [\n        'check' =\u003e '\u003ci class=\"fas fa-check\"\u003e\u003c/i\u003e',\n        'uncheck' =\u003e '\u003ci class=\"fas fa-times\"\u003e\u003c/i\u003e',\n    ],\n    'exclude' =\u003e [\n        'folder' =\u003e [\n            'blacklist' =\u003e [\n                //                $excludePrefix . base_path('bootstrap'),\n                //                $excludePrefix . base_path('packages'),\n                //                $excludePrefix . base_path('node_modules'),\n                //                $excludePrefix . base_path('vendor'),\n                //                $excludePrefix . base_path('storage/debugbar'),\n                //                $excludePrefix . base_path('storage/framework'),\n                //                $excludePrefix . base_path('storage/logs'),\n                //                $excludePrefix . base_path('storage/medialibrary'),\n            ],\n        ],\n        'packages' =\u003e [\n            'enabled' =\u003e true,\n            'blacklist' =\u003e [\n                'php',\n                'roave/security-advisories',\n            ]\n        ]\n    ]\n];\n````\n\nAdd a route in your web routes file:\n\n```php\nRoute::get('recomposer','\\SolumDeSignum\\ReComposer\\Controllers\\ReComposerController@index');\n```\n\nGo to http://yourapp/recomposer or the route you configured above in the routes file.\n\n## Contributing\n\nThank you for considering contributing to the Laravel ReComposer. You can read the contribution\nguidelines [here](CONTRIBUTING.md)\n\n## Security\n\nIf you discover any security-related issues, please email to [Solum DeSignum](mailto:oskars_germovs@inbox.lv).\n\n## Author\n\n- [Oskars Germovs](https://github.com/Faks)\n\n## About\n\n[Solum DeSignum](https://solum-designum.eu) is a web design agency based in Latvia, Riga.\n\n## License\n\nLaravel ReComposer is open-sourced software licensed under the [MIT license](LICENSE.md)\n\n## Idea\n\nThis package concept is based on a package decomposer (abandon).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolumdesignum%2Frecomposer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolumdesignum%2Frecomposer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolumdesignum%2Frecomposer/lists"}