PHPackages                             vision-aura/data-intelligence-core - 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. vision-aura/data-intelligence-core

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

vision-aura/data-intelligence-core
==================================

This is the package that is to be used when creating a Data Intelligence application.

0221PHP

Since Dec 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/VisionAura/data-intelligence-core)[ Packagist](https://packagist.org/packages/vision-aura/data-intelligence-core)[ RSS](/packages/vision-aura-data-intelligence-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is the package that is to be used when creating a Data Intelligence application.

Setup
-----

[](#setup)

- Change the `.env` DB credentials.
- Add the following connection to the central database in the file `config/database.php`:

```
'central_db' => [
    'driver'         => 'mysql',
    'url'            => env('DATABASE_URL'),
    'host'           => env('DB_CENTRAL_HOST', '127.0.0.1'),
    'port'           => env('DB_CENTRAL_PORT', '3306'),
    'database'       => env('DB_CENTRAL_DATABASE', 'forge'),
    'username'       => env('DB_CENTRAL_USERNAME', 'forge'),
    'password'       => env('DB_CENTRAL_PASSWORD', ''),
    'unix_socket'    => env('DB_SOCKET', ''),
    'charset'        => 'utf8mb4',
    'collation'      => 'utf8mb4_unicode_ci',
    'prefix'         => '',
    'prefix_indexes' => true,
    'strict'         => true,
    'engine'         => null,
    'options'        => extension_loaded('pdo_mysql') ? array_filter([
        PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
    ]) : [],
],
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 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/a96e544099e105efb0ed090549d75a6f7b98aea6f2a3c0f1dd2628c0296b14b6?d=identicon)[vision-aura](/maintainers/vision-aura)

---

Top Contributors

[![VAOpti](https://avatars.githubusercontent.com/u/55408278?v=4)](https://github.com/VAOpti "VAOpti (8 commits)")

### Embed Badge

![Health badge](/badges/vision-aura-data-intelligence-core/health.svg)

```
[![Health](https://phpackages.com/badges/vision-aura-data-intelligence-core/health.svg)](https://phpackages.com/packages/vision-aura-data-intelligence-core)
```

PHPackages © 2026

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