PHPackages                             korkiss/altarix\_test - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. korkiss/altarix\_test

ActiveProject[Testing &amp; Quality](/categories/testing)

korkiss/altarix\_test
=====================

Test project for altarix

00PHP

Since Jan 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/korkiss/altarix_test)[ Packagist](https://packagist.org/packages/korkiss/altarix_test)[ RSS](/packages/korkiss-altarix-test/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

Installing using Composer
-------------------------

[](#installing-using-composer)

If you do not have [Composer](http://getcomposer.org/), follow the instructions in the [Installing Yii](https://github.com/yiisoft/yii2/blob/master/docs/guide/start-installation.md#installing-via-composer) section of the definitive guide to install it.

At first clone project from GitHUb as ususal. Create a folder and run command inside it.

```
git clone https://github.com/korkiss/yii2-taxi-extension.git

```

Next step is to update dependencies for Yii2 project

```
composer update

```

Configure your database for Yii2 properly working in config/db.php. For example we are going to use Postgres:

```
return [
    'class' => 'yii\db\Connection',
    'dsn' => 'pgsql:host=localhost;port=5432;dbname=altarix',
    'username' => 'postgres',
    'password' => 'postgres',
    'charset' => 'utf8',
];

```

Final step for installation is to run migration for Database. Simply run migration script in Root folder of a project.

```
yii migrate

```

Running cron
------------

[](#running-cron)

We are looking for Taxi number 'em33377' in public database using SOAP request. To run cron in proper way you have run

```
yii cron/em33377

```

To emulate search for taxi driver without RegNumber run

```
yii cron/em33378

```

Running web server
==================

[](#running-web-server)

Simplies way to run web server is to run in command line

```
yii serve

```

Then open

Then login to system using Username/Password pair admin/admin and "Cron Results" link will be visible then.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community5

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

---

Top Contributors

[![korkiss](https://avatars.githubusercontent.com/u/3158524?v=4)](https://github.com/korkiss "korkiss (1 commits)")

### Embed Badge

![Health badge](/badges/korkiss-altarix-test/health.svg)

```
[![Health](https://phpackages.com/badges/korkiss-altarix-test/health.svg)](https://phpackages.com/packages/korkiss-altarix-test)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M678](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M753](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.0k](/packages/orchestra-testbench)

PHPackages © 2026

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