PHPackages                             arckteh/yii2-request-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. arckteh/yii2-request-app

ActiveProject[Framework](/categories/framework)

arckteh/yii2-request-app
========================

Requests management app based on Yii 2 Basic Project Template

1.0.1(2y ago)071MITPHPPHP &gt;=7.4.0

Since Jan 5Pushed 2y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (20)Versions (2)Used By (0)

 [ ![](https://avatars0.githubusercontent.com/u/993323) ](https://github.com/yiisoft)

Requests management app based on Yii 2 Basic Project Template
=============================================================

[](#requests-management-app-based-on-yii-2-basic-project-template)

 For original template check [Yii 2 Basic Project ](https://github.com/yiisoft)The project implements a system for accepting and processing user requests from the site

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

[](#installation)

Clone repository to your web server root

```
git clone git@github.com:arckteh/yii2-request-app app

```

### Install on an existing server

[](#install-on--an-existing-server)

If tou already have web server with composer installed and configured run project initialization:

```
composer create-project

```

Adjust the configuration: set cookie validation key in *config/web.php*

```
'request' => [
    // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
    'cookieValidationKey' => '',
],

```

Adjust database settings in config files

```
config/db.php
config/test_db.php

```

Now you can init databases with composer command

```
composer init-db

```

Access the application through the following URL

```
http://localhost/basic/web/

```

### Install web server with Docker

[](#install-web-server-with-docker)

Copy *.env\_template* to the *.env*. If you want, change docker settings in the .env file

Start the container

```
docker compose up -d

```

Run project installation

```
docker compose run --rm php composer create-project

```

Adjust settings: Set cookie validation key in config/web.php and database configuration in *config/db.php* and *config/test\_db.php*. Run database initialization

```
docker compose run --rm php composer init-db

```

You can then access the application through the following URL:

```
http://loclhost

```

To stop and remove the container use command

```
docker compose  down

```

TESTING
-------

[](#testing)

To run all tests use the command:

```
vendor/bin/codecept run

```

And you can run the api tests with the command

```
vendor/bin/codecept run api

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

858d ago

### Community

Maintainers

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

---

Top Contributors

[![arckteh](https://avatars.githubusercontent.com/u/149591621?v=4)](https://github.com/arckteh "arckteh (11 commits)")

---

Tags

frameworkyii2project templatebasic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/arckteh-yii2-request-app/health.svg)

```
[![Health](https://phpackages.com/badges/arckteh-yii2-request-app/health.svg)](https://phpackages.com/packages/arckteh-yii2-request-app)
```

###  Alternatives

[yiisoft/yii2-app-basic

Yii 2 Basic Project Template

7031.8M7](/packages/yiisoft-yii2-app-basic)

PHPackages © 2026

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