PHPackages                             jmd/unoconv-bundle - 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. jmd/unoconv-bundle

Abandoned → [mops1k/unoserver-client](/?search=mops1k%2Funoserver-client)ArchivedSymfony-bundle[File &amp; Storage](/categories/file-storage)

jmd/unoconv-bundle
==================

This bundle allows you to convert files through unoconv (LibreOffice)

v1.0.2(10y ago)05.3k1MITPHPPHP &gt;=5.4

Since May 16Pushed 10y agoCompare

[ Source](https://github.com/mops1k/JMDUnoconvBundle)[ Packagist](https://packagist.org/packages/jmd/unoconv-bundle)[ RSS](/packages/jmd-unoconv-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

JMDUnoconvBundle
================

[](#jmdunoconvbundle)

This bundle provide gateway near [php-unoconv/php-unoconv](https://github.com/alchemy-fr/PHP-Unoconv) and [symfony 2](http://symfony.com).

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

[](#installation)

```
composer require jmd/unoconv-bundle
```

```
// app/AppKernel.php
$bundles = array(
            ...
            new JMD\UnoconvBundle\JMDUnoconvBundle(),
            ...
        );
```

Configuration
-------------

[](#configuration)

```
jmd_unoconv:
    config:
        timeout: 42
        binaries: /usr/bin/unoconv
```

Usage
-----

[](#usage)

```
$unoconv = $this->get('jmd_unoconv');
$unoconv->convert($inputFile, $format);
$unoconv->convert($inputFile, $format, $outputFile);
```

Console command:

```
php app/console jmd:unoconv:convert format /path/to/some/input_File -o /path/to/output/file
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

2

Last Release

3650d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a66a29a89f67d6dab6dae770679e648fad33cb6f3bac253004ebe0a3fd8faf36?d=identicon)[mops1k](/maintainers/mops1k)

---

Top Contributors

[![mops1k](https://avatars.githubusercontent.com/u/3045773?v=4)](https://github.com/mops1k "mops1k (2 commits)")

---

Tags

symfonyconvertfile

### Embed Badge

![Health badge](/badges/jmd-unoconv-bundle/health.svg)

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

###  Alternatives

[jbouzekri/file-uploader-bundle

Aggregate some bundles and libraries to provide easy ajax file upload integration with functionnalities like image croping or storage on amazon

258.1k2](/packages/jbouzekri-file-uploader-bundle)[ranky/media-bundle

A complete and friendly media file manager for Symfony

681.3k](/packages/ranky-media-bundle)

PHPackages © 2026

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