PHPackages                             systemico/conector\_db - 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. [Database &amp; ORM](/categories/database)
4. /
5. systemico/conector\_db

ActiveLibrary[Database &amp; ORM](/categories/database)

systemico/conector\_db
======================

Singleton pattern to connect database Mysql, PostgreSQL, Oracle, SQL Server, and others.

1.0(6y ago)01.1kApache-2.0PHP

Since Apr 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/systemico/conector-db)[ Packagist](https://packagist.org/packages/systemico/conector_db)[ RSS](/packages/systemico-conector-db/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

conector-db
===========

[](#conector-db)

Singleton pattern to connect database Mysql, Postgrs, Oracle, SQL Server, and others.

Settings.php example
====================

[](#settingsphp-example)

```
class Settings{
    public static $DB_HOST="";
    public static $DB_USER="";
    public static $DB_PASSWORD="";
    public static $DB_NAME="";
}

```

\#Connect example

Example to run a new Database connection.

```
require_once dirname(__FILE__)."/../vendor/autoload.php";
require_once dirname(__FILE__)."/Settings.php";
use conector_db\ConectorDB;
$conector= ConectorDB::get_conector(Settings::$DB_HOST,Settings::$DB_USER, Settings::$DB_PASSWORD, Settings::$DB_NAME);
print_r($conector->select("show tables"));

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2213d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4717505?v=4)[Systemico](/maintainers/systemico)[@systemico](https://github.com/systemico)

---

Top Contributors

[![eadev](https://avatars.githubusercontent.com/u/5705494?v=4)](https://github.com/eadev "eadev (7 commits)")

### Embed Badge

![Health badge](/badges/systemico-conector-db/health.svg)

```
[![Health](https://phpackages.com/badges/systemico-conector-db/health.svg)](https://phpackages.com/packages/systemico-conector-db)
```

###  Alternatives

[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.4k84.1k1](/packages/getgrav-grav)[mevdschee/php-crud-api

Single file PHP script that adds a REST API to a SQL database.

3.7k63.8k9](/packages/mevdschee-php-crud-api)[designmynight/laravel-mongodb-passport

A package to allow laravel/passport use with jenssegers/laravel-mongodb

68123.3k](/packages/designmynight-laravel-mongodb-passport)[tobyz/json-api-server

A fully automated JSON:API server implementation in PHP.

7013.8k3](/packages/tobyz-json-api-server)

PHPackages © 2026

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