PHPackages                             colombo/converters - 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. colombo/converters

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

colombo/converters
==================

Support convert document to other format

v4.0.3(3y ago)28215PHP

Since Jan 24Pushed 3y ago2 watchersCompare

[ Source](https://github.com/colombo-group/converter)[ Packagist](https://packagist.org/packages/colombo/converters)[ RSS](/packages/colombo-converters/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (10)Versions (10)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)

-\[ \] Improve phpunit test

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~64 days

Total

9

Last Release

1422d ago

Major Versions

v2.0.2 → v3.0.02021-04-15

v3.0.1 → v4.0.02021-11-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2509658?v=4)[Stupid Dev](/maintainers/vuthaihoc)[@vuthaihoc](https://github.com/vuthaihoc)

---

Top Contributors

[![vuthaihoc](https://avatars.githubusercontent.com/u/2509658?v=4)](https://github.com/vuthaihoc "vuthaihoc (10 commits)")[![nggiahao1999](https://avatars.githubusercontent.com/u/40767596?v=4)](https://github.com/nggiahao1999 "nggiahao1999 (2 commits)")[![nguyenhiepvan](https://avatars.githubusercontent.com/u/33170716?v=4)](https://github.com/nguyenhiepvan "nguyenhiepvan (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/colombo-converters/health.svg)

```
[![Health](https://phpackages.com/badges/colombo-converters/health.svg)](https://phpackages.com/packages/colombo-converters)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[drupal/core

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

19462.3M1.3k](/packages/drupal-core)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)

PHPackages © 2026

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