2017 © Pedro Peláez
 

library phpword2text

PHP Library for simply extracting text from Word documents. No formatting provided.

image

kmak/phpword2text

PHP Library for simply extracting text from Word documents. No formatting provided.

  • Friday, June 8, 2018
  • by kmak
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

phpword2text

PHP Library for simply extracting text from Word documents. No formatting provided., (*1)

Usage

First you need to have composer installed., (*2)

foo@bar:~$ composer require kmak/phpword2text

Then in your code you can do the following:, (*3)

<?php
require __DIR__ . '/vendor/autoload.php';

$phpword = new PHPWord2Text();
$txt = $phpword->extractText('somefile.docx');
echo $txt;

The Versions

08/06 2018

dev-master

9999999-dev

PHP Library for simply extracting text from Word documents. No formatting provided.

  Sources   Download

MIT

The Requires