2017 © Pedro PelĂĄez
 

yii2-extension yii2-rangecomp

A strictly increasing sequence arrays compressing tool. For example: {1,2,3,4,5}=>{"1-5"}

image

stivehu/yii2-rangecomp

A strictly increasing sequence arrays compressing tool. For example: {1,2,3,4,5}=>{"1-5"}

  • Friday, May 20, 2016
  • by stivehu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 20 % Grown

The README.md

Range compression-decomression

Strictly increasing sequences arrays compressing tool. For example: {1,2,3,4,5}=>{"1-5"}, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist stivehu/yii2-rangecomp "*"

or add, (*4)

"stivehu/yii2-rangecomp": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= \stivehu\rangecomp\Rangecomp::rangeDeCompress([1,2,"4-10"]); ?>
<?= \stivehu\rangecomp\Rangecomp::rangeCompress([1,2,4,5,6,7,8,9,10"]); ?>```

js version:
```php
<?php \rangecomp\Rangecomp::rangeDeCompress(Json::decode($this->getBigCookie($this->cookieName))) ?>
rangeDeCompress([1,2,3,"4-10"]);
rangeCompress([ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]);

The Versions

20/05 2016

dev-master

9999999-dev

A strictly increasing sequence arrays compressing tool. For example: {1,2,3,4,5}=>{"1-5"}

  Sources   Download

GPL-3.0+

The Requires

 

by GĂĄbor IstvĂĄn

extension yii2 big sequence compress decompress

20/05 2016

1.0

1.0.0.0

A strictly increasing sequence arrays compressing tool. For example: {1,2,3,4,5}=>{"1-5"}

  Sources   Download

GPL-3.0+

The Requires

 

by GĂĄbor IstvĂĄn

extension yii2 big sequence compress decompress