andhika18/countword

Count Word from doc, docx and pdf in php

Maintainers

👁 andhika18

Package info

github.com/andhika18/countword

pkg:composer/andhika18/countword

Statistics

Installs: 1 530

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

LGPLv3 8ed8129a89b1f396957e1f79e12558232ad8f5e5

  • Andhika Kurnia <kurniaandhika18.woop@gmail.com>

This package is not auto-updated.

Last update: 2026-06-21 14:38:59 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);