PHPackages                             roymanoj/yii2-roys-dashboard - 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. roymanoj/yii2-roys-dashboard

ActiveProject[Framework](/categories/framework)

roymanoj/yii2-roys-dashboard
============================

Yii 2 Basic Project Template with Adminlte3 + Bootstrap4 + UserInterface

v1.0(5y ago)010BSD-3-ClausePHPPHP &gt;=5.6.0

Since Mar 15Pushed 5y ago1 watchersCompare

[ Source](https://github.com/roymanoj/yii2-roys-dashboard)[ Packagist](https://packagist.org/packages/roymanoj/yii2-roys-dashboard)[ Docs](http://openmentors.net)[ RSS](/packages/roymanoj-yii2-roys-dashboard/feed)WikiDiscussions main Synced 3d ago

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

yii2-roys-dashboard
===================

[](#yii2-roys-dashboard)

Basic Dashboard with Yii2 &amp; AdminLTE 3 along with User registration and login . Key layout to start any basic application

**Installation**

```
    composer create-project roymanoj/yii2-roys-dashboard

```

then run

```
    Composer Install

```

Setup config/db.php

```
     return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=roys-dashboard',
    'username' => 'root',
    'password' => 'tipl',
    'charset' => 'utf8',

    // Schema cache options (for production environment)
    //'enableSchemaCache' => true,
    //'schemaCacheDuration' => 60,
    //'schemaCache' => 'cache',
    ];

```

To migrate database

```
    php yii2 migrate/up

```

To add Admin Account - On your browser

```
    localhost/yii2-roys-dashboard/app/site/add-admin

```

Default usenemae : admin Password: admin (You can change it within the dashboard)

for Amzon S3 Credentials (components/Aws.php)

getclient for windows 10
========================

[](#getclient-for-windows-10)

public function getClient() {

```
  $secret='your secret key generated from amazon account';
  $key='key value of amazon ';

    $s3Client = new S3Client([
  //  'profile' => 'default',
    'region' => 'ap-south-1',
    'version' => 'latest',
   'credentials' => [
      'key' => $key,
      'secret' => $secret,
]

```

}

getclient for ubuntu / linux
============================

[](#getclient-for-ubuntu--linux)

public function getClient() {

```
    $s3Client = new S3Client([
   'profile' => 'default',
    'region' => 'ap-south-1',
    'version' => 'latest',

```

// make sure your "credentials" files is in the .aws folder under root directory

}

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

1885d ago

### Community

Maintainers

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

---

Top Contributors

[![roymanoj](https://avatars.githubusercontent.com/u/26186185?v=4)](https://github.com/roymanoj "roymanoj (10 commits)")

---

Tags

frameworkyii2project templatebasicbootstrap4adminlte3

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/roymanoj-yii2-roys-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/roymanoj-yii2-roys-dashboard/health.svg)](https://phpackages.com/packages/roymanoj-yii2-roys-dashboard)
```

###  Alternatives

[yii2mod/base

Base application template for Yii2

531.3k](/packages/yii2mod-base)

PHPackages © 2026

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