PHPackages                             northwestern-sysdev/unoconv - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. northwestern-sysdev/unoconv

AbandonedArchivedLibrary[File &amp; Storage](/categories/file-storage)

northwestern-sysdev/unoconv
===========================

Unoconv wrapper for PHP, updated for Symfony 4+

v3.1.0(2y ago)16.3k↓33.3%1MITPHP

Since Jan 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/NIT-Administrative-Systems/SysDev-unoconv)[ Packagist](https://packagist.org/packages/northwestern-sysdev/unoconv)[ Docs](https://github.com/NIT-Administrative-Systems/SysDev-unoconv)[ RSS](/packages/northwestern-sysdev-unoconv/feed)WikiDiscussions master Synced 1mo ago

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

PHP wrapper over Unoconv [![Build Status](https://camo.githubusercontent.com/dbab2666c8addaf393c46561c3c03ffad60c1229d0f0e78f54a40e18043440ba/68747470733a2f2f7472617669732d63692e6f72672f4e49542d41646d696e6973747261746976652d53797374656d732f5379734465762d756e6f636f6e762e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/NIT-Administrative-Systems/SysDev-unoconv)
===================================================================================================================================================================================================================================================================================================================================================================================

[](#php-wrapper-over-unoconv-)

**Note:** We folded this into the repo that needed it to simplify upgrades, so this package is now deprecated.

Simple way for documents conversion into various formats.

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

More about [supported formats](http://dag.wiee.rs/home-made/unoconv/).

🚨 This fork will use whatever `symfony/process` package that the latest Laravel is using. We'll try to keep the other deps up-to-date.

Usage
-----

[](#usage)

```
use Mnvx\Unoconv\Converter;
use Mnvx\Unoconv\UnoconvParameters;
use Mnvx\Unoconv\Format;

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

// Describe parameters for converter
$parameters = (new UnoconvParameters())
    // HTML document as string on input
    ->setInputStream('Example of HTML document')
    // Result file name
    ->setOutputFile('path-to-result-docx.docx')
    // Format of result document is docx
    ->setOutputFormat(Format::FORMAT_TEXT_DOCX);

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

Install
-------

[](#install)

```
sudo apt-get install unoconv
composer require northwestern-sysdev/unoconv

```

If you have problems with Unoconv utility, read instructions descibed in [official documentation](https://github.com/dagwieers/unoconv#problems-running-unoconv-from-nginxapachephp).

License
-------

[](#license)

Released under the MIT license

Credits
-------

[](#credits)

Originally forked from [mnvx/unoconv](https://github.comm/mnvx/unoconv) -- thanks mnvx!

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~598 days

Total

5

Last Release

1018d ago

Major Versions

1.0.2 → v2.0.02019-02-08

v2.0.1 → v3.0.02023-08-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d4678c8051de43c86bddf6aec2c570d07175ac1011296dd25b8e6e97a0af34b?d=identicon)[northwestern-sysdev](/maintainers/northwestern-sysdev)

---

Top Contributors

[![nie7321](https://avatars.githubusercontent.com/u/27235866?v=4)](https://github.com/nie7321 "nie7321 (11 commits)")[![mnvx](https://avatars.githubusercontent.com/u/829880?v=4)](https://github.com/mnvx "mnvx (8 commits)")[![dependabot-support](https://avatars.githubusercontent.com/u/112581971?v=4)](https://github.com/dependabot-support "dependabot-support (6 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")

---

Tags

unoconv

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/northwestern-sysdev-unoconv/health.svg)

```
[![Health](https://phpackages.com/badges/northwestern-sysdev-unoconv/health.svg)](https://phpackages.com/packages/northwestern-sysdev-unoconv)
```

###  Alternatives

[magento/community-edition

Magento 2 (Open Source)

12.1k52.1k10](/packages/magento-community-edition)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[puli/repository

A filesystem-like repository for storing arbitrary resources.

44287.6k32](/packages/puli-repository)

PHPackages © 2026

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