PHPackages                             mnvx/unoconv-laravel - 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. mnvx/unoconv-laravel

ActiveLibrary

mnvx/unoconv-laravel
====================

Laravel Unoconv for Laravel 5

1.0.0(9y ago)13581[1 issues](https://github.com/mnvx/unoconv-laravel/issues)MITPHPPHP &gt;=7.0.0

Since Jan 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mnvx/unoconv-laravel)[ Packagist](https://packagist.org/packages/mnvx/unoconv-laravel)[ Docs](https://github.com/Mnvx/UnoconvLaravel)[ RSS](/packages/mnvx-unoconv-laravel/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Unoconv for Laravel 5
=============================

[](#laravel-unoconv-for-laravel-5)

Simple way for documents conversion into various formats.

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

Usage
-----

[](#usage)

Using service provider:

```
use Illuminate\Support\Facades\App;
use Mnvx\Unoconv\ConverterInterface;
use Mnvx\Unoconv\Format;
use Mnvx\Unoconv\UnoconvParameters;

$converter = App::make(ConverterInterface::class);
$parameters = (new UnoconvParameters())
    ->setInputStream('test text')
    ->setOutputFormat(Format::FORMAT_TEXT_HTML);
echo $converter->convert($parameters);

```

Using facade:

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

$parameters = (new UnoconvParameters())
    ->setInputStream('test text')
    ->setOutputFormat(Format::FORMAT_TEXT_HTML);
echo Converter::convert($parameters);

```

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

[](#installation)

```
composer require mnvx/unoconv-laravel

```

More about [PHP wrapper over Unoconv](https://github.com/mnvx/unoconv)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

3402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bac4bded42026d8fd5726df11002c08442b34b40eed209223a73a784a559f34?d=identicon)[mnvx](/maintainers/mnvx)

---

Top Contributors

[![mnvx](https://avatars.githubusercontent.com/u/829880?v=4)](https://github.com/mnvx "mnvx (5 commits)")

---

Tags

MnvxUnoconvLaravel

### Embed Badge

![Health badge](/badges/mnvx-unoconv-laravel/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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