PHPackages                             uecode/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. uecode/connection-manager

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

uecode/connection-manager
=========================

014PHP

Since Mar 14Pushed 13y ago1 watchersCompare

[ Source](https://github.com/aequasi/ConnectionManager)[ Packagist](https://packagist.org/packages/uecode/connection-manager)[ RSS](/packages/uecode-connection-manager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Connection Manager
==================

[](#connection-manager)

Install:
--------

[](#install)

To Install this, just run the shell code below.

```
git clone git@github.com:aequasi/ConnectionManager.git
cd ConnectionManager
composer install
```

OR, if you are using composer

```
composer require aequasi/connection-manager dev-master
```

In your php file, add this at the top, changing the path to wherever it belongs

```
// If you arent using composer in your global project, make sure you use the autoloader
require_once( __DIR__ . '/ConnectionManager/vendor/autoload.php' );
use Aequasi\ConnectionManager;
```

Then, make a yml config file (placing it wherever you need) that looks like `ConnectionManager/src/Aequasi/ConnectionManager/Resources/config/connection.yml`

Use:
----

[](#use)

In your code, that has the required above, follow this example:

```
ConnectionManager::$config = $customConfigFilename;
$classDb = ConnectionManager::getConnection( 'classdb', 'someuser', 'somepassword' );

$result = $classDb->executeQuery( $query )->fetchAll();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/9cf67675d97e63f6ff9e7fed55f35502b24cd834081806a6731229117c0630bb?d=identicon)[aequasi](/maintainers/aequasi)

![](https://www.gravatar.com/avatar/84ad9179e2241e556ef5d5155b3ec773d40562d325d4f9106c01af365a080a8d?d=identicon)[kmfk](/maintainers/kmfk)

---

Top Contributors

[![cryptiklemur](https://avatars.githubusercontent.com/u/896295?v=4)](https://github.com/cryptiklemur "cryptiklemur (1 commits)")

### Embed Badge

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

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

###  Alternatives

[mikulas/inflection

Czech inflection library

2959.1k](/packages/mikulas-inflection)[stilliard/csvparser

csv manipulation made simple

1137.8k](/packages/stilliard-csvparser)

PHPackages © 2026

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