PHPackages                             paulkudr/lowrapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. paulkudr/lowrapper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

paulkudr/lowrapper
==================

PHP wrapper over LibreOffice converter

1.2.1(7y ago)0891MITPHPPHP &gt;=5.5

Since Apr 11Pushed 7y agoCompare

[ Source](https://github.com/paulkudr/lowrapper)[ Packagist](https://packagist.org/packages/paulkudr/lowrapper)[ Docs](https://github.com/paulkudr/lowrapper)[ RSS](/packages/paulkudr-lowrapper/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (6)Used By (0)

Master Status: [![Build Status](https://camo.githubusercontent.com/6b100a6477cf11fd57a83eb774f781c1cb0f86814501bdb21c0de94ca5a26d13/68747470733a2f2f7472617669732d63692e6f72672f6d6e76782f6c6f777261707065722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mnvx/lowrapper)

PHP wrapper over LibreOffice converter
======================================

[](#php-wrapper-over-libreoffice-converter)

Simple way for documents conversion into various formats.

For example: html -&gt; docx, html -&gt; pdf, docx -&gt; html and many more.

[![Formats](examples/formats.jpg "Formats")](examples/formats.jpg)

Usage
-----

[](#usage)

```
use Mnvx\Lowrapper\Converter;
use Mnvx\Lowrapper\LowrapperParameters;
use Mnvx\Lowrapper\Format;

// Create converter
$converter = new Converter();

// Describe parameters for converter
$parameters = (new LowrapperParameters())
    // HTML document
    ->setInputFile('test.html')
    // Format of result document is docx
    ->setOutputFormat(Format::TEXT_DOCX)
    // Result file name
    ->setOutputFile('path-to-result-docx.docx');

// Run converter
$converter->convert($parameters);
```

More [examples](/examples)

Requirements
------------

[](#requirements)

- PHP 5.5+
- libreoffice-core

Installation
------------

[](#installation)

```
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get install default-jdk -y
sudo apt-get install python-software-properties  -y
sudo apt-get install software-properties-common -y
sudo apt-get install libreoffice-core --no-install-recommends
sudo apt-get install libreoffice-writer
composer require mnvx/lowrapper
```

License
-------

[](#license)

Released under the MIT license

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

5

Last Release

2573d ago

Major Versions

0.1.2 → 1.1.22019-04-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/22d33f7c253fcd614945ce2c3fbd7a9fd5bfd619647dc5d89b3e13eb0a72b9f1?d=identicon)[paulkudr](/maintainers/paulkudr)

---

Tags

pdfexcelxlsxlsxconverterworddocxLibreOffice

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/paulkudr-lowrapper/health.svg)

```
[![Health](https://phpackages.com/badges/paulkudr-lowrapper/health.svg)](https://phpackages.com/packages/paulkudr-lowrapper)
```

###  Alternatives

[mnvx/lowrapper

PHP wrapper over LibreOffice converter

129190.5k](/packages/mnvx-lowrapper)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3685.2M19](/packages/gotenberg-gotenberg-php)[anourvalar/office

Generate documents from existing Excel &amp; Word templates | Export tables to Excel (Grids)

24085.2k](/packages/anourvalar-office)[nilgems/laravel-textract

A Laravel package to extract text from files like DOC, XL, Image, Pdf and more. I've developed this package by inspiring "npm textract".

195.2k](/packages/nilgems-laravel-textract)[hnhdigital-os/laravel-number-converter

Number to word, roman, ordinal converter

20163.3k2](/packages/hnhdigital-os-laravel-number-converter)[phpnt/yii2-export

Yii2 It saves data in xls, csv, word, html, pdf files.

158.9k](/packages/phpnt-yii2-export)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
