PHPackages                             alexlist/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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. alexlist/lowrapper

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

alexlist/lowrapper
==================

PHP wrapper over LibreOffice converter

1.0.0(6y ago)07MITPHPPHP &gt;=5.5

Since Oct 20Pushed 6y agoCompare

[ Source](https://github.com/alexlis/lowrapper)[ Packagist](https://packagist.org/packages/alexlist/lowrapper)[ Docs](https://github.com/alexlist/lowrapper)[ RSS](/packages/alexlist-lowrapper/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (2)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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.8% of commits — single point of failure

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

Unknown

Total

1

Last Release

2398d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5476696?v=4)[alexlis](/maintainers/alexlis)[@alexlis](https://github.com/alexlis)

---

Top Contributors

[![mnvx](https://avatars.githubusercontent.com/u/829880?v=4)](https://github.com/mnvx "mnvx (18 commits)")[![kosuha606](https://avatars.githubusercontent.com/u/13706149?v=4)](https://github.com/kosuha606 "kosuha606 (2 commits)")[![Gemorroj](https://avatars.githubusercontent.com/u/885731?v=4)](https://github.com/Gemorroj "Gemorroj (1 commits)")[![jumper423](https://avatars.githubusercontent.com/u/12099016?v=4)](https://github.com/jumper423 "jumper423 (1 commits)")

---

Tags

pdfexcelxlsxlsxconverterworddocxLibreOffice

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/alexlist-lowrapper/health.svg)](https://phpackages.com/packages/alexlist-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)[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[rap2hpoutre/fast-excel

Fast Excel import/export for Laravel

2.3k24.9M47](/packages/rap2hpoutre-fast-excel)[mk-j/php_xlsxwriter

PHP Library to write XLSX files

1.9k8.1M27](/packages/mk-j-php-xlsxwriter)[anourvalar/office

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

24085.2k](/packages/anourvalar-office)

PHPackages © 2026

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