alexander-suter / yii2-word-frequency
Word frequency calculator for Yii2
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/alexander-suter/yii2-word-frequency
Type:yii2-extension
pkg:composer/alexander-suter/yii2-word-frequency
v2.0.0
2015-05-16 07:44 UTC
Requires
- yiisoft/yii2: 2.0.*
This package is not auto-updated.
Last update: 2020-08-07 19:49:45 UTC
README
Yii2 extension. Word frequency counter.
Installation
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require alexander-suter/yii2-word-frequency "*"
or add
"alexander-suter/yii2-word-frequency": "*"
to the require section of your composer.json file.