PHPackages                             jeroenverloop/ecd-module-installer - 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. jeroenverloop/ecd-module-installer

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

jeroenverloop/ecd-module-installer
==================================

This package will install different modules of a software package

04[3 PRs](https://github.com/Jeroenverloop/ecd-module-installer/pulls)PHPCI passing

Since Oct 13Pushed 4mo agoCompare

[ Source](https://github.com/Jeroenverloop/ecd-module-installer)[ Packagist](https://packagist.org/packages/jeroenverloop/ecd-module-installer)[ RSS](/packages/jeroenverloop-ecd-module-installer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

This package will install different modules of a software package
=================================================================

[](#this-package-will-install-different-modules-of-a-software-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f93875b03244a4b731311a4f317a1bd8f0f4dd90754a7a37008eec4d0e67a078/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a65726f656e7665726c6f6f702f6563642d6d6f64756c652d696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeroenverloop/ecd-module-installer)[![GitHub Tests Action Status](https://camo.githubusercontent.com/fa93c203b714b2fab13adbb38adb7f3aae1f87519e45282467a576797f356abd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a65726f656e7665726c6f6f702f6563642d6d6f64756c652d696e7374616c6c65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/jeroenverloop/ecd-module-installer/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/c8676ce160419745367e37b001426afc114d86867b158a342c2e1d8610c2a306/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a65726f656e7665726c6f6f702f6563642d6d6f64756c652d696e7374616c6c65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/jeroenverloop/ecd-module-installer/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9b3babcc8cacf2c2645389ec4306976b63a3a19eddcecc98ad8ff21689ab9a77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a65726f656e7665726c6f6f702f6563642d6d6f64756c652d696e7374616c6c65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jeroenverloop/ecd-module-installer)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/01a1039aa842e72a2f660ca9285236e7a2ce4c09fb5cf4e6da9bf2eadf21fc06/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6563642d6d6f64756c652d696e7374616c6c65722e6a70673f743d31)](https://spatie.be/github-ad-click/ecd-module-installer)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require jeroenverloop/ecd-module-installer
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="ecd-module-installer-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="ecd-module-installer-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="ecd-module-installer-views"
```

Usage
-----

[](#usage)

```
$ecdModuleInstaller = new Jeroenv\EcdModuleInstaller();
echo $ecdModuleInstaller->echoPhrase('Hello, Jeroenv!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jeroen Verloop](https://github.com/jeroenverloop)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance52

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

Top contributor holds 81.8% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bec94a5eefb19cefdb14212aace129691137d39898fdcd211195aca4d4d78e15?d=identicon)[jeroenverloop](/maintainers/jeroenverloop)

---

Top Contributors

[![Jeroenverloop](https://avatars.githubusercontent.com/u/10675507?v=4)](https://github.com/Jeroenverloop "Jeroenverloop (18 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

### Embed Badge

![Health badge](/badges/jeroenverloop-ecd-module-installer/health.svg)

```
[![Health](https://phpackages.com/badges/jeroenverloop-ecd-module-installer/health.svg)](https://phpackages.com/packages/jeroenverloop-ecd-module-installer)
```

###  Alternatives

[gabrielrcouto/php-gui

Extensionless PHP Graphic User Interface library

2.3k7.2k](/packages/gabrielrcouto-php-gui)[fesor/request-objects

Custom request objects for Symfony made to make life less painful

9055.7k](/packages/fesor-request-objects)[buttercup/protects

Buttercup.Protects is a PHP library for building Aggregates that protect business rules, and that announce Domain Events.

2154.6k](/packages/buttercup-protects)[nmarfurt/measurements

A PHP library for representing and converting dimensional units of measure.

17170.2k1](/packages/nmarfurt-measurements)[avplab/php-html-builder

PHP Html builder simplifies creation of an html code in php scripts. Allows to build (or generate) the html in simple natural way, similarly as create a html page.

189.2k](/packages/avplab-php-html-builder)

PHPackages © 2026

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