inblank/yii2-sortable

Extension for Yii2 to support sorting in ActiveRecord models

Maintainers

Package info

github.com/inblank/yii2-sortable

Type:yii2-extension

pkg:composer/inblank/yii2-sortable

Statistics

Installs: 75

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

0.1.6 2017-04-11 09:01 UTC

This package is not auto-updated.

Last update: 2026-03-15 03:02:16 UTC


README

Build Status Packagist Version Code Coverage Code Quality GitHub license

Русская версия этого документа доступна здесь.

Behavior yii2-sortable for Yii2 allows manage sorting in ActiveRecord models.

Installation

The preferred way to install this extension is through composer.

Navigate to the project folder and run the console command:

$ composer require inblank/yii2-sortable

or add:

"inblank/yii2-sortable": "*"

to the require section of your composer.json file.

Configuring

Usage