PHPackages                             kodi-app/kodi-pandabase-provider - 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. [Framework](/categories/framework)
4. /
5. kodi-app/kodi-pandabase-provider

ActiveLibrary[Framework](/categories/framework)

kodi-app/kodi-pandabase-provider
================================

KodiApp Pandabase provider

v0.9.2(8y ago)123Apache-2.0PHPPHP ^7.0

Since Sep 9Pushed 8y ago2 watchersCompare

[ Source](https://github.com/kodi-app/kodi-pandabase-provider)[ Packagist](https://packagist.org/packages/kodi-app/kodi-pandabase-provider)[ Docs](https://github.com/kodi-app/kodi-pandabase-provider)[ RSS](/packages/kodi-app-kodi-pandabase-provider/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

PandaBaseProvider
=================

[](#pandabaseprovider)

ServiceProvider for KodiApp which provides Pandabase ORM.

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

[](#installation)

```
$ composer require kodi-app/kodi-pandabase-provider
```

About PandaBase
---------------

[](#about-pandabase)

Check the [official documentation](https://github.com/nagyatka/pandabase) (It supports PandaBase version v0.20.0 or above)

Initialization of PandaBaseProvider
-----------------------------------

[](#initialization-of-pandabaseprovider)

Initialization of one connection:

```
$application->run([
    // ...
    KodiConf::SERVICES => [
        // List of Services
        [
            "class_name" => PandaBaseProvider::class,
            "parameters" => [
                "name"      =>  "test_connection",  // Connection's name.
                "driver"    =>  "mysql",            // Same as PDO parameter
                "dbname"    =>  "test_dbname",      // Same as PDO parameter
                "host"      =>  "127.0.0.1",        // Same as PDO parameter
                "user"      =>  "root",             // Same as PDO parameter
                "password"  =>  ""                  // Same as PDO parameter
                "attributes"=>  [
                    attributeName => value,
                    ...
                ]                                   // Optional, PDO attributes
            ]
        ]
        // ...
    ],
    // ...
]);
```

Usage of Pandabase
------------------

[](#usage-of-pandabase)

```
// You can get ConnectionManager via Application singleton instance
$db = Application::get("db");

// Or you can get it via ConnectionManager singleton instance
$db = ConnectionManager::getInstance();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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 ~11 days

Total

3

Last Release

3145d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c4487ce24f1430bdd6cb97b9a532d2b59c270f1d27b6666c510d786fcdc0d737?d=identicon)[kodi-app](/maintainers/kodi-app)

---

Top Contributors

[![nagyatka](https://avatars.githubusercontent.com/u/3961400?v=4)](https://github.com/nagyatka "nagyatka (3 commits)")

---

Tags

phpframeworkormkodiapp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kodi-app-kodi-pandabase-provider/health.svg)

```
[![Health](https://phpackages.com/badges/kodi-app-kodi-pandabase-provider/health.svg)](https://phpackages.com/packages/kodi-app-kodi-pandabase-provider)
```

###  Alternatives

[phpmv/ubiquity

Ubiquity-framework

70038.8k6](/packages/phpmv-ubiquity)[letsdrink/ouzo

Ouzo PHP MVC framework

7210.5k1](/packages/letsdrink-ouzo)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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