PHPackages                             yii-extension/simple-app - 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. yii-extension/simple-app

ActiveLibrary[Framework](/categories/framework)

yii-extension/simple-app
========================

Simple web application for Yii3.

13.9k[6 PRs](https://github.com/yii-extension/simple-app/pulls)PHP

Since Apr 7Pushed 3y ago2 watchersCompare

[ Source](https://github.com/yii-extension/simple-app)[ Packagist](https://packagist.org/packages/yii-extension/simple-app)[ RSS](/packages/yii-extension-simple-app/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

 [ ![](https://camo.githubusercontent.com/a0490717fe146673d59ea92904448f8f09cb798f4900d7c63a043d623cc93db4/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f65685354506e5871726b6b304d33552d5550436a4330667479394b366c67796b4b32574f5541326e5548703867496b526a65544e387a385341426c6b766376522d39504972626f7849765047756a50675765624c51654848675837794c556f7846536475695a72546f6736576f5a4c694176716354523151545056526d6e733274596a414370703745513d7732343030) ](https://github.com/yii-extension)

Simple web application for Yii3.
================================

[](#simple-web-application-for-yii3)

[![Total Downloads](https://camo.githubusercontent.com/2109e9b2007a0bbb4dfba4258fad46ab2b3894d254faf037a5f84cbecbcfd48a/68747470733a2f2f706f7365722e707567782e6f72672f7969692d657874656e73696f6e2f73696d706c652d6170702f646f776e6c6f6164732e706e67)](https://packagist.org/packages/yii-extension/simple-app)[![Build Status](https://github.com/yii-extension/simple-app/workflows/build/badge.svg)](https://github.com/yii-extension/simple-app/actions?query=workflow%3Abuild)[![codecov](https://camo.githubusercontent.com/01ab3c6c5d3f38f574234c82f251e360d093fa6b8a05250c7bd0e05c4a42d574/68747470733a2f2f636f6465636f762e696f2f67682f7969692d657874656e73696f6e2f73696d706c652d6170702f6272616e63682f6d61737465722f67726170682f62616467652e7376673f746f6b656e3d474c4f37343854503633)](https://codecov.io/gh/yii-extension/simple-app)[![static analysis](https://github.com/yii-extension/simple-app/workflows/static%20analysis/badge.svg)](https://github.com/yii-extension/simple-app/actions?query=workflow%3A%22static+analysis%22)[![type-coverage](https://camo.githubusercontent.com/6232b97d54e7d5c55075efa9848b840be3973974108f66d009d2d3eee5b753b9/68747470733a2f2f73686570686572642e6465762f6769746875622f7969692d657874656e73696f6e2f757365722d766965772d626f6f747374726170352f636f7665726167652e737667)](https://shepherd.dev/github/yii-extension/user-view-bootstrap5)

Directory structure
-------------------

[](#directory-structure)

```
config/             application directory configurations
    common          contains common config local classes
    web             contains web config local classes
    widget          contains widget config local classes

src/                application directory
    Action          contains action classes
    Command         contains command console classes
    Handler         contains handlers classes

```

Installation
------------

[](#installation)

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).

You can then install this project template using the following command:

```
composer create-project --prefer-dist --stability dev yii-extension/simple-app
```

Now you should be able to access the application through the following URL, assuming `app` is the directory directly under the `public` root.

Configuring your application
----------------------------

[](#configuring-your-application)

All the configuration is in the `config directory` of the `application`.

Using PHP built-in server
-------------------------

[](#using-php-built-in-server)

```
php -S 127.0.0.1:8080 -t public
```

Wait till it is up, then open the following URL in your browser
---------------------------------------------------------------

[](#wait-till-it-is-up-then-open-the-following-url-in-your-browser)

```
http://localhost:8080

```

Codeception testing
-------------------

[](#codeception-testing)

The package is tested with [Codeception](https://github.com/Codeception/Codeception). To run tests:

```
php -S 127.0.0.1:8080 -t public > yii.log 2>&1 &
vendor/bin/codecept run
```

Static analysis
---------------

[](#static-analysis)

The code is statically analyzed with [Psalm](https://psalm.dev/docs). To run static analysis:

```
./vendor/bin/psalm
```

License
-------

[](#license)

The `yii-extension/simple-app` for Yii Packages is free software.

It is released under the terms of the BSD License. Please see [`LICENSE`](./LICENSE.md) for more information.

Maintained by [Yii Extension](https://github.com/yii-extension).

Support the project
-------------------

[](#support-the-project)

[![Official website](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](https://www.yiiframework.com/)[![Open Collective](https://camo.githubusercontent.com/a2b15f8e2268d4e3842e00d41ff7a57cce2ad8bd8d8769c5dc4fa05a546a4f62/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4f70656e253230436f6c6c6563746976652d73706f6e736f722d3765616466313f6c6f676f3d6f70656e253230636f6c6c656374697665266c6f676f436f6c6f723d376561646631266c6162656c436f6c6f723d353535353535)](https://opencollective.com/yiisoft)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 87.8% 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/524d2b46690f41fce7188d369488a35e7624e6c5a264d82aacd08548bfd156ab?d=identicon)[terabytesoftw](/maintainers/terabytesoftw)

---

Top Contributors

[![terabytesoftw](https://avatars.githubusercontent.com/u/42547589?v=4)](https://github.com/terabytesoftw "terabytesoftw (86 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")

---

Tags

applicationphp8php81yii3

### Embed Badge

![Health badge](/badges/yii-extension-simple-app/health.svg)

```
[![Health](https://phpackages.com/badges/yii-extension-simple-app/health.svg)](https://phpackages.com/packages/yii-extension-simple-app)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/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.7M256](/packages/laravel-dusk)[laravel/prompts

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

708181.8M591](/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)
