PHPackages                             bryglen/yii-advanced-template - 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. bryglen/yii-advanced-template

ActiveProject[Framework](/categories/framework)

bryglen/yii-advanced-template
=============================

Bryan Tan Yii Advanced Template

1512511PHP

Since Aug 15Pushed 7y ago2 watchersCompare

[ Source](https://github.com/bryglen/yii-advanced-template)[ Packagist](https://packagist.org/packages/bryglen/yii-advanced-template)[ RSS](/packages/bryglen-yii-advanced-template/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bryan Tan Yii Advanced Application Template
===========================================

[](#bryan-tan-yii-advanced-application-template)

DIRECTORY STRUCTURE
-------------------

[](#directory-structure)

```
/protected
    config
        api/            contains api configurations
        backend/        contains backend configurations
        common/         contains shared configurations
        console/        contains console configurations
        frontend/       contains frontend configurations
        test/           contains test driven development configurations
    controllers
        api/            contains api controller
        backend/        contains backend controller
        frontend/       contains frontend controller
    models
        _base           contains base models (generated by gii)
        _common         contains common classes used in backend, frontend and api
        api             contains api-specific classes
        backend         contains backend-specific classes
        frontend        contains frontend-specific classes

/environment.php         contains environment-based

```

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

[](#requirements)

The minimum requirement by Yii is that your Web server supports PHP 5.3.0.

In order for captcha to work you need either GD2 extension or ImageMagick PHP extension.

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

[](#installation)

### Install via Composer

[](#install-via-composer)

If you do not have [Composer](http://getcomposer.org/), you may download it from  or run the following command on Linux/Unix/MacOS:

```
curl -s http://getcomposer.org/installer | php

```

You can then install the application using the following command:

```
php composer.phar create-project --stability=dev bryglen/yii-advanced-template yii-advanced

```

### Install from repository

[](#install-from-repository)

Download source code from [repository](https://github.com/bryglen/yii-advanced-template)

GETTING STARTED
---------------

[](#getting-started)

```
1. /assets - change permission to writable by webserver
2. /protected/runtime - change permission to writable by webserver
3. /uploads - change permission to writable by webserver
4. /environment.php - add your absolute path to $local_path
5. /protected/config/dbconnect.local.php - create a file and copy the format in dbconnect.sample.php (local development) and change the configuration

```

you should be able to access:

- the frontend using the URL `http://localhost/bryantan/`
- the backend using the URL `http://localhost/bryantan/backend/`
- the api using the URL `http://localhost/bryantan/api/`

make sure you enable the modrewrite rule

**Reference:**

**Inspired By:**

**Since:** Oct 25, 2013

**Author:**

**Version:** 1.0.0

###  Health Score

25

↑

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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://avatars.githubusercontent.com/u/875604?v=4)[bryglen](/maintainers/bryglen)[@bryglen](https://github.com/bryglen)

---

Top Contributors

[![bryglen](https://avatars.githubusercontent.com/u/875604?v=4)](https://github.com/bryglen "bryglen (5 commits)")[![lpmi-13](https://avatars.githubusercontent.com/u/5070516?v=4)](https://github.com/lpmi-13 "lpmi-13 (1 commits)")

### Embed Badge

![Health badge](/badges/bryglen-yii-advanced-template/health.svg)

```
[![Health](https://phpackages.com/badges/bryglen-yii-advanced-template/health.svg)](https://phpackages.com/packages/bryglen-yii-advanced-template)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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