PHPackages                             phuonght/converter-document - 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. phuonght/converter-document

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

phuonght/converter-document
===========================

Support converting documents to other formats

v3.2(1y ago)0308PHPPHP &gt;=7.4

Since Jul 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hoangphuong-dev/converter-document)[ Packagist](https://packagist.org/packages/phuonght/converter-document)[ RSS](/packages/phuonght-converter-document/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (8)Versions (14)Used By (0)

Requirement
-----------

[](#requirement)

- Poppler tools kit
- Jod converter

Usage
-----

[](#usage)

```
$converter = new \Colombo\Converters\Helpers\Converter();

$converter->setInput($input);

// force custom converter

$converter->setOutputFormat( 'pdf');

$converter->setEndPage(1);
$converter->setEndPage(2);

$result = $converter->run();

if($result->isSuccess()){
    $result->saveTo('xxx.pdf');
}else{
    print_r($result->getErrors());
}
```

### With laravel

[](#with-laravel)

- Add `ConverterServiceProvider` to app.php and type command like this

    php artisan colombo\_convert -i ~/Downloads/30325685\_1545065160.doc -f pdf --output ./x.pdf

### Stable

[](#stable)

- poppler utils
- gs
- pdf2htmlex

### Todo

[](#todo)

-\[ \] Add ghostscript for optimize pdf file -\[ \] Add qpdf -\[ \] Add mupdf for capture pdf

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Recently: every ~0 days

Total

13

Last Release

550d ago

Major Versions

v1.4.0 → v2.0.02024-07-20

v2.4.0 → v3.02024-12-30

PHP version history (2 changes)v2.1.0PHP &gt;=8.1

v3.1PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f138a7e8fa452cd4350d687a627aceb59edc4438df341b5667b14f15b3f8995?d=identicon)[hoangphuong-dev](/maintainers/hoangphuong-dev)

---

Top Contributors

[![hoangphuong-dev](https://avatars.githubusercontent.com/u/65483795?v=4)](https://github.com/hoangphuong-dev "hoangphuong-dev (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phuonght-converter-document/health.svg)

```
[![Health](https://phpackages.com/badges/phuonght-converter-document/health.svg)](https://phpackages.com/packages/phuonght-converter-document)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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