Download the PHP package marcocianci/word-counter without Composer
On this page you can find all versions of the php package marcocianci/word-counter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marcocianci/word-counter
More information about marcocianci/word-counter
Files in marcocianci/word-counter
Download marcocianci/word-counter
More information about marcocianci/word-counter
Files in marcocianci/word-counter
Vendor marcocianci
Package word-counter
Short Description Recursive Word Counter
License MIT
Homepage http://www.github.com/marcocianci/word-counter
Package word-counter
Short Description Recursive Word Counter
License MIT
Homepage http://www.github.com/marcocianci/word-counter
Please rate this library. Is it a good library?
Informations about the package word-counter
recursive-word-counter
Functions in Recursive Word Counter:
1. wordCounter: returns the total words of a text.
2. uniqueWordCounter: returns the total of unique words of a text.
This is a class to study, however everything works!
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require marcocianci/word-counter
If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:
composer require --dev marcocianci/word-counter
Usage
Hint
http://php.net/manual/en/function.str-word-count.php \ 0 - returns the number of words found
All versions of word-counter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package marcocianci/word-counter contains the following files
Loading the files please wait ....