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.
Installs: 3 260
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Type:yii2-extension
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.