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. [HTTP &amp; Networking](/categories/http)
4. /
5. modstore/connection-manager

ActiveLibrary[HTTP &amp; Networking](/categories/http)

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

Manage connections to your servers

1.0.4(1y ago)82.4k↓80.6%[3 PRs](https://github.com/modstore/connection-manager/pulls)MITPHPPHP ^8.1CI passing

Since Dec 14Pushed 1y 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 today

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

39

—

LowBetter than 84% of packages

Maintenance49

Moderate activity, may be stable

Popularity25

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

370d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7380420?v=4)[modstore](/maintainers/modstore)[@modstore](https://github.com/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

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.6k3](/packages/defstudio-telegraph)[spatie/laravel-passkeys

Use passkeys in your Laravel app

471890.7k39](/packages/spatie-laravel-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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