PHPackages                             modstore/connection-manager - 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. modstore/connection-manager

ActiveLibrary

modstore/connection-manager
===========================

Manage connections to your servers

1.0.4(10mo ago)82.3k↑707.7%[3 PRs](https://github.com/modstore/connection-manager/pulls)MITPHPPHP ^8.1CI passing

Since Dec 14Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/modstore/connection-manager)[ Packagist](https://packagist.org/packages/modstore/connection-manager)[ Docs](https://github.com/modstore/connection-manager)[ RSS](/packages/modstore-connection-manager/feed)WikiDiscussions main Synced 1mo ago

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

Manage connections to your servers
==================================

[](#manage-connections-to-your-servers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c4393c250bfa62ceb098fef52a6f4b83c41f2d160a8b727f498c79855fbb398d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6f6473746f72652f636f6e6e656374696f6e2d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/modstore/connection-manager)[![Total Downloads](https://camo.githubusercontent.com/ec030d136411344d1e1173a9179c7fddcad2d302841807577b4fcee330a8050a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6f6473746f72652f636f6e6e656374696f6e2d6d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/modstore/connection-manager)

A simple way to store and connect to your project's ssh connections. E.g.

```
| # | Name   | Details              |
|---|--------|----------------------|
| 1 | db     | forge@db.myhost.com  |
| 2 | worker | forge@168.104.172.20 |

Please select a connection (# or name):

```

Note that this package is only intended to be used in the local environment and won't be registered in production etc.

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

[](#installation)

You can install the package via composer:

```
composer require modstore/connection-manager
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="connection-manager-migrations"
php artisan migrate
```

Usage
-----

[](#usage)

List available connections, then select the one to connect to. Optionally the name of the connection can be provided to connect straight away without selecting from the list.

```
php artisan connect {name?}

```

Add a new connection

```
php artisan connect:add

```

Remove a connection

```
php artisan connect:remove

```

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)

- [mark.whitney](https://github.com/modstore)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance53

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

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

Every ~232 days

Total

5

Last Release

324d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cf970f6fb0f66aed0a1ef7ad2f5f964c8bae2b5ac239f35c6a0c8c4591bbc8d?d=identicon)[modstore](/maintainers/modstore)

---

Top Contributors

[![modstore](https://avatars.githubusercontent.com/u/7380420?v=4)](https://github.com/modstore "modstore (23 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

laravelmodstoreconnection-manager

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/modstore-connection-manager/health.svg)

```
[![Health](https://phpackages.com/badges/modstore-connection-manager/health.svg)](https://phpackages.com/packages/modstore-connection-manager)
```

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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