CountWord 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);