andhika18/countword

Count Word from doc, docx and pdf in php

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

This package is not auto-updated.

Last update: 2024-04-14 02:02:45 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);