PHPackages                             rovak/ghostbuster - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rovak/ghostbuster

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rovak/ghostbuster
=================

PHP wrapper for Ghostscript

110PHP

Since Oct 6Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Rovak/Ghostbuster)[ Packagist](https://packagist.org/packages/rovak/ghostbuster)[ RSS](/packages/rovak-ghostbuster/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Ghostbuster
===========

[](#ghostbuster)

PHP wrapper for Ghostscript

This library is still work in progress and should not be used in a production environment

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

[](#installation)

### Using composer

[](#using-composer)

You can install this module via [composer](https://getcomposer.org/) by running the following command in your application's root directory:

```
$ ./composer.phar require rovak/ghostbuster
```

Usage
-----

[](#usage)

Documentation will be added when the API is stable

```
$document = new \Ghostbuster\Document\Document('document.pdf');

$batch = new \Ghostbuster\Renderer\Batch();
$batch  ->addDocument($document)
        ->addDocument($document->getRange(1,3))
        ->addDocument($document->getRange(2,2))
        ->output('result.pdf');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/rovak-ghostbuster/health.svg)

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

###  Alternatives

[unisharp/laravel-ckeditor

JavaScript WYSIWYG web text editor (for laravel).

377762.3k5](/packages/unisharp-laravel-ckeditor)[aldas/modbus-tcp-client

Modbus TCP protocol client library

212130.3k](/packages/aldas-modbus-tcp-client)[laravel-admin-ext/config

Config extension for laravel-admin

97180.2k5](/packages/laravel-admin-ext-config)[larament/seokit

A complete SEO package for Laravel, covering everything from meta tags to social sharing and structured data.

411.9k](/packages/larament-seokit)

PHPackages © 2026

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