PHPackages                             ppe-core/dvtinh - 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. ppe-core/dvtinh

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

ppe-core/dvtinh
===============

This is base db ppe smile-eyes

1.0.0(4y ago)040MITPHP

Since May 19Pushed 3y agoCompare

[ Source](https://github.com/PPEProjects/ppe-core)[ Packagist](https://packagist.org/packages/ppe-core/dvtinh)[ RSS](/packages/ppe-core-dvtinh/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

ppe-dvtinh99
============

[](#ppe-dvtinh99)

install

```
composer require ppe/dvtinh

```

paste this code to .env file

```
DB_CORE_CONNECTION=ppe_core
DB_CORE_HOST=mariadb
DB_CORE_PORT=3306
DB_CORE_DATABASE=ppe_core_db
DB_CORE_USERNAME=root
DB_CORE_PASSWORD=root

```

Change file passport.php on vendor/laravel/passport/config/passport.php for move passport's table to core database

```
'storage' => [
        'database' => [
            'connection' => env('DB_CORE_CONNECTION', 'ppe_core'),
        ],
    ],

```

add config/ppe.php to config/

paste code to config/database.php

```
'connections' => [

        'ppe_core' => [
            'driver' => 'mysql',
            'url' => env('DATABASE_URL'),
            'host' => env('DB_CORE_HOST', '127.0.0.1'),
            'port' => env('DB_CORE_PORT', '5432'),
            'database' => env('DB_CORE_DATABASE', 'forge'),
            'username' => env('DB_CORE_USERNAME', 'forge'),
            'password' => env('DB_CORE_PASSWORD', ''),
            'charset' => 'utf8',
            'prefix' => '',
            'prefix_indexes' => true,
            'schema' => 'public',
            'sslmode' => 'prefer',
        ],
        .....

```

extends model Users and UserAvatar

```
class User extends \ppe\dvtinh\Models\User
{
...
}

```

```
class UserAvatar extends \ppe\dvtinh\Models\UserAvatar
{
..
}

```

you can keep relationship

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

1824d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/16c783dcbaae89f8c07e55bbb6618165015718bb0d6c0b7167e810c1d2e81267?d=identicon)[TienNV-PPE](/maintainers/TienNV-PPE)

---

Top Contributors

[![dvTinh99](https://avatars.githubusercontent.com/u/66030457?v=4)](https://github.com/dvTinh99 "dvTinh99 (56 commits)")[![HoaiNam-1632](https://avatars.githubusercontent.com/u/84437421?v=4)](https://github.com/HoaiNam-1632 "HoaiNam-1632 (39 commits)")[![TienNV-PPE](https://avatars.githubusercontent.com/u/82793325?v=4)](https://github.com/TienNV-PPE "TienNV-PPE (26 commits)")[![ngomyhanh255](https://avatars.githubusercontent.com/u/84564557?v=4)](https://github.com/ngomyhanh255 "ngomyhanh255 (2 commits)")[![tien-wordpress](https://avatars.githubusercontent.com/u/105542016?v=4)](https://github.com/tien-wordpress "tien-wordpress (1 commits)")[![tuleducanh156](https://avatars.githubusercontent.com/u/64190469?v=4)](https://github.com/tuleducanh156 "tuleducanh156 (1 commits)")

### Embed Badge

![Health badge](/badges/ppe-core-dvtinh/health.svg)

```
[![Health](https://phpackages.com/badges/ppe-core-dvtinh/health.svg)](https://phpackages.com/packages/ppe-core-dvtinh)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[designmynight/laravel-mongodb-passport

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

68123.3k](/packages/designmynight-laravel-mongodb-passport)

PHPackages © 2026

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