PHPackages                             tankist/yii-qs - 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. tankist/yii-qs

ActiveLibrary[Framework](/categories/framework)

tankist/yii-qs
==============

Yii 1.x extensions package

07PHP

Since Dec 26Pushed 9y agoCompare

[ Source](https://github.com/tankist/yii-qs)[ Packagist](https://packagist.org/packages/tankist/yii-qs)[ RSS](/packages/tankist-yii-qs/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii Qs Extensions
=================

[](#yii-qs-extensions)

Yii Qs Extensions contains basic extensions for [Yii Framework](https://github.com/yiisoft/yii)developed and used in [QuartSoft](http://quartsoft.com).

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

[](#installation)

Generally you may place the content of this repository anywhere. For the consistency 'protected/extensions/qs' is recommended. To enable the usage of the extensions to must specify alias 'qs' in your Yii application configuration to be pointing to 'lib' directory (protected/extensions/qs.lib), like following:

```
  // Yii application configuration:
  return array(
      'aliases' => array(
          'qs' => 'ext.qs.lib',
          ...
      ),
      ...
  )

```

INSTALLING AND UPDATING VIA GIT SUBTREE
---------------------------------------

[](#installing-and-updating-via-git-subtree)

You can include QS extensions to your project via GIT subtree mechanism. This will allow you to update extensions when needed, while keeping the ability to edit them yourself. To add 'yiiqsextensions' repository to your project perform following console commands:

```
  # goto your project directory:
  cd '/my/project/'
  # add remote to 'yiiqsextensions' repository:
  git remote add yiiqsextensions_remote git@git.quart-soft.com:yiiqsextensions
  # fetch 'yiiqsextensions' repository content:
  git fetch yiiqsextensions_remote
  # checkout 'yiiqsextensions' content into separated branch:
  git checkout -b yiiqsextensions_branch yiiqsextensions_remote/master
  # return to your project master branch:
  git checkout master
  # attach 'yiiqsextensions' branch to your project as subtree:
  git read-tree --prefix=protected/extensions/qs/ -u yiiqsextensions_branch
  # add and commit changes:
  git add .
  git commit -m "yiiqsextensions have been added"

```

For the future update use following console commands:

```
  # goto your project directory:
  cd '/my/project/'
  # checkout 'yiiqsextensions' branch:
  git checkout yiiqsextensions_branch
  # pull all remote changes:
  git pull yiiqsextensions_remote refs/heads/master:refs/heads/yiiqsextensions_branch
  # return to your project master branch:
  git checkout master
  # merge subtree changes:
  git merge --squash -s subtree --no-commit master
  # add and commit changes:
  git add .
  git commit -m "yiiqsextensions have been updated"

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

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

Maintainers

![](https://www.gravatar.com/avatar/6833836a73821a26c3c08babf5fd634e0e8f83489ab901e64ddb4256856b58ca?d=identicon)[tankist](/maintainers/tankist)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tankist-yii-qs/health.svg)

```
[![Health](https://phpackages.com/badges/tankist-yii-qs/health.svg)](https://phpackages.com/packages/tankist-yii-qs)
```

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