PHPackages                             fawno/gsapi - 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. fawno/gsapi

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

fawno/gsapi
===========

PHP wrapper class for GhostscriptAPI

0.0.5(2mo ago)06MITCPHP &gt;=8.3.0

Since Jun 5Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/fawno/GhostscriptAPI)[ Packagist](https://packagist.org/packages/fawno/gsapi)[ RSS](/packages/fawno-gsapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

[![GitHub license](https://camo.githubusercontent.com/e558303e388178533cca9002ec3d7b986d45bb8013684a9fdff4ecbaab36ac9e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6661776e6f2f47686f7374736372697074415049)](https://github.com/fawno/GhostscriptAPI/blob/master/LICENSE)[![GitHub tag (latest SemVer)](https://camo.githubusercontent.com/73f3824aa2e8d39e2e7ebf3aadf7d0c429f26c2a19d67335887723f036411953/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f6661776e6f2f47686f7374736372697074415049)](https://github.com/fawno/GhostscriptAPI/tags)[![Packagist](https://camo.githubusercontent.com/99c00d544694b322a2e8376bf7b3697d51e49f43b1a1af57b3a23b3aa95fe942/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6661776e6f2f6773617069)](https://packagist.org/packages/fawno/gsapi)[![Packagist Downloads](https://camo.githubusercontent.com/399b443b909f69483d17b1670a7c408154f2239749ff35ba0af060053b86c8b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6661776e6f2f6773617069)](https://packagist.org/packages/fawno/gsapi/stats)[![GitHub issues](https://camo.githubusercontent.com/5a4116701c18cb426dd157b998022a79dfafc80eb04f2efbcea69a0bcc84ca6b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6661776e6f2f47686f7374736372697074415049)](https://github.com/fawno/GhostscriptAPI/issues)[![GitHub forks](https://camo.githubusercontent.com/3b35de5060d4e3c51d5065c83a9ffaa2e0d783cb55cc7293f7b2b24120f9e49c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6661776e6f2f47686f7374736372697074415049)](https://github.com/fawno/GhostscriptAPI/network)[![GitHub stars](https://camo.githubusercontent.com/f552ab643692cdc4bb73a99d61ebb15e5780cd4c39dac54ab24f78959cb588c0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6661776e6f2f47686f7374736372697074415049)](https://github.com/fawno/GhostscriptAPI/stargazers)

GhostscriptAPI
==============

[](#ghostscriptapi)

PHP wrapper class for [Ghostscript API](https://ghostscript.com/doc/current/API.htm)

Requirements
============

[](#requirements)

- PHP &gt;= 8.3.0
- Ghostscript &gt;= 9.56
- ext-ffi ([Foreign Function Interface extension](https://www.php.net/manual/en/book.ffi.php))

Instalation
-----------

[](#instalation)

```
php composer.phar require "fawno/gsapi"
```

```
