andhika18/countword

从doc, docx和pdf文件中用php统计单词

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

This package is not auto-updated.

Last update: 2024-09-29 05:01:36 UTC


README

在Laravel中从doc, docx, txt和pdf中统计单词

需求

Laravel >=5

使用composer安装

composer require andhika18/countword:*

如何使用

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