andhika18/countword

Count Word from doc, docx and pdf in php

Maintainers

Package info

github.com/andhika18/countword

pkg:composer/andhika18/countword

Statistics

Installs: 1 333

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v0.1.1 2017-11-16 11:56 UTC

This package is not auto-updated.

Last update: 2026-03-01 13:05:26 UTC


README

Count Word from doc, docx, txt and pdf in Laravel

Require

Laravel >=5

Install with composer

composer require andhika18/countword:*

How to use

$counter = new countword();
$result  = $counter->count($file);