PHPackages                             palvoelgyilaszlo/dbconnect - 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. palvoelgyilaszlo/dbconnect

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

palvoelgyilaszlo/dbconnect
==========================

Use MySQL

v1.0.3(5y ago)011MITPHP

Since Jun 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/palvoelgyilaszlo/dbconnect)[ Packagist](https://packagist.org/packages/palvoelgyilaszlo/dbconnect)[ RSS](/packages/palvoelgyilaszlo-dbconnect/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

dbconnect functions
===================

[](#dbconnect-functions)

use configuration
=================

[](#use-configuration)

```
 Session:

      $_SESSION['HOST']     = "localhost";
      $_SESSION['USER']     = "root";
      $_SESSION['PASSWORD'] = "";
      $_SESSION['DATABASE'] = "test";

 or .env file

      HOST     = "localhost"
      USER     = "root"
      PASSWORD = ""
      DATABASE = "test"

```

use
===

[](#use)

```
     require_once __DIR__ . '/vendor/autoload.php';

     use Palvoelgyi\Dbconnect\Globalobjects;

     $db = Globalobjects::getDBConnect();

     var_dump( $db->getTables() );

```

functions:
==========

[](#functions)

```
[0] => __construct
[1] => db_query
[2] => get_table_info
[3] => getDatabaseName

[4] => getTables
     Helper::e($db->getTables());

[5] => columnHelper
[6] => table

$result = $db->table('testtabelle',['testtabellenfeld'])
            ->where('id > ?','0')
            ->select('result');

            or

             ->select('string'); // SQL
             ->select('table'); // Table infos

[7] => joinleft
[8] => joinright
[9] => join

     $result = $db->table('testtabelle',['testtabellenfeld'])
             ->join('user','testtabelle.userid = user.id',['vorname','nachname'])
             ->join('useraddress','useraddress.userid = user.id',['land','adrresse'])
             ->where('user.id > ?','0')
             ->select('result');

[10] => where

         ->where('user.id > ?','0')

[11] => orwhere

[12] => setwhere
[13] => setwheresearch
[14] => subquery
[15] => group
[16] => order
[17] => limit
[18] => distinct
[19] => cleanInsert
[20] => splittimestamp
[21] => clearTables
[22] => pager
[23] => toString
[24] => select
[25] => insert
[26] => save
[27] => update
[28] => delete
[29] => multiquery
[30] => query
[31] => cleanQuery
[32] => getArrQuery
[33] => setArrQuery
[34] => format_date
[35] => Debug
[36] => is_serialized
[37] => getLanguage_name
[38] => setLanguage_name
[39] => setDevelop
[40] => createTable
[41] => createInsert
[42] => getCrypt_type
[43] => setCrypt_type
[44] => getCrypt_cipher
[45] => setCrypt_cipher
[46] => setCrypt_column
[47] => getAi
[48] => xDebug

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~0 days

Total

4

Last Release

1858d ago

### Community

Maintainers

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

---

Top Contributors

[![palvoelgyilaszlo](https://avatars.githubusercontent.com/u/83946817?v=4)](https://github.com/palvoelgyilaszlo "palvoelgyilaszlo (5 commits)")

### Embed Badge

![Health badge](/badges/palvoelgyilaszlo-dbconnect/health.svg)

```
[![Health](https://phpackages.com/badges/palvoelgyilaszlo-dbconnect/health.svg)](https://phpackages.com/packages/palvoelgyilaszlo-dbconnect)
```

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[phpro/grumphp

A composer plugin that enables source code quality checks.

4.3k16.7M1.0k](/packages/phpro-grumphp)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

10.2k3.5k](/packages/leantime-leantime)[bolt/core

🧿 Bolt Core

585147.2k59](/packages/bolt-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54743.1k4](/packages/jolicode-castor)

PHPackages © 2026

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