PHPackages                             anilbafila/basic - 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. anilbafila/basic

ActiveProject[Framework](/categories/framework)

anilbafila/basic
================

Junati Basic Project Template

0.1.0(9y ago)021BSD-3-ClausePHPPHP &gt;=5.4.0

Since Oct 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/anilbafila/basic)[ Packagist](https://packagist.org/packages/anilbafila/basic)[ Docs](http://junati.com/)[ RSS](/packages/anilbafila-basic/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (15)Versions (2)Used By (0)

JI Basic Project Template
=========================

[](#ji-basic-project-template)

JI Basic Project Template is a skeleton [Yii 2](http://www.yiiframework.com/) application best for rapidly creating small projects.

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

[](#directory-structure)

```
  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

```

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

[](#requirements)

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

CONFIGURATION
-------------

[](#configuration)

### Database

[](#database)

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

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3501d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ea54b6a5a2dfe18fbd9d27af7d0951fb706a3483fdc2bfc26ad97295b077a1e?d=identicon)[anilbafila](/maintainers/anilbafila)

---

Top Contributors

[![junati](https://avatars.githubusercontent.com/u/49157676?v=4)](https://github.com/junati "junati (3 commits)")

---

Tags

frameworkyii2project templatebasicjunati

### Embed Badge

![Health badge](/badges/anilbafila-basic/health.svg)

```
[![Health](https://phpackages.com/badges/anilbafila-basic/health.svg)](https://phpackages.com/packages/anilbafila-basic)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[yii2mod/base

Base application template for Yii2

531.3k](/packages/yii2mod-base)

PHPackages © 2026

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