PHPackages                             alenkasun/yii2-github-browser - 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. alenkasun/yii2-github-browser

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

alenkasun/yii2-github-browser
=============================

My Yii2 GitHub Browser

067PHP

Since Jul 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/alenkasun/yii2-github-browser)[ Packagist](https://packagist.org/packages/alenkasun/yii2-github-browser)[ RSS](/packages/alenkasun-yii2-github-browser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 GitHub Browser App
=======================

[](#yii2-github-browser-app)

Yii2 GitHub Browser App was built on Yii 2 Basic Project Template is a skeleton [Yii 2](http://www.yiiframework.com/) application best for rapidly creating small projects.

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this project template that your Web server supports PHP 5.4.0.

VIRTUAL HOST CONFIGURATION
--------------------------

[](#virtual-host-configuration)

1. C:\\Windows\\System32\\drivers\\etc\\hosts add lines:

```
    127.0.0.1       your-name-site.local
    127.0.0.1       www.your-name-site.local

```

2. For your local server must change httpd-vhosts.conf. For example in my case find C:\\wamp\\bin\\apache\\apache2.4.9\\conf\\extra\\httpd-vhosts.conf and add lines:

```

    DocumentRoot "c:/wamp/www/your-name-site/web/"
    ServerName your-name-site.local
	SetEnv APPLICATION_ENV "development"

		DirectoryIndex index.php
		AllowOverride All
		Order allow,deny
		Allow from all

```

INSTALLATION
------------

[](#installation)

### Step 1 - install APP from an Archive File

[](#step-1---install-app-from-an-archive-file)

Click «Download ZIP» on  and unzip in local site …\\your-name-site, so you must receive the next structure in local site root::

```
  assets/             contains assets definition
  commands/           contains console commands (controllers)
  config/             contains application configurations
  controllers/        contains Web controller classes
  mail/               contains view files for e-mails
  models/             contains model classes
  runtime/            contains files generated during runtime
  tests/              contains various tests for the basic application
  vendor/             contains dependent 3rd-party packages
  views/              contains view files for the Web application
  web/                contains the entry script and Web resources
  ....

```

### Step 2 - install dependency libs via Composer

[](#step-2---install-dependency-libs-via-composer)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

Install folder VENDOR with all dependency libs via Copmoser: open cmd.exe in site root (shirt + command from context menu) and perform:

```
  - if composer was installed globally:

```

```
        composer self-update
        composer install

```

```
  - else:

```

```
        php composer.phar self-update
        php composer.phar install

```

As a result there is a folder VENDOR at site root.

DATABASE CONFIGURATION
----------------------

[](#database-configuration)

### Database installation

[](#database-installation)

Create new BD and import github\_browser.sql via convinient BD-client (example: via phpMyAdmin or HeidiSql).

### Database config

[](#database-config)

Edit the file `config/db.php` with real data, for example:

```
return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=github_browser',
    'username' => 'git',
    'password' => 'git',
    'charset' => 'utf8',
];
```

---

Now you should be able to access the application through the following URL:

```
http://your-name-site.local/

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a63f8441f547baaf41222296963f164ed76417fe56de75a56d3f74abd56e51c8?d=identicon)[alenkasun](/maintainers/alenkasun)

---

Top Contributors

[![alenkasun](https://avatars.githubusercontent.com/u/5252426?v=4)](https://github.com/alenkasun "alenkasun (9 commits)")

### Embed Badge

![Health badge](/badges/alenkasun-yii2-github-browser/health.svg)

```
[![Health](https://phpackages.com/badges/alenkasun-yii2-github-browser/health.svg)](https://phpackages.com/packages/alenkasun-yii2-github-browser)
```

###  Alternatives

[afragen/git-updater-lite

A simple class to integrate with Git Updater for standalone plugin/theme updates.

201.7k](/packages/afragen-git-updater-lite)[aluguest/ical-easy-reader

An easy to understood class, loads a "ics" format string and returns an array with the traditional iCal fields.

122.7k](/packages/aluguest-ical-easy-reader)

PHPackages © 2026

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