https://github.com/fawno/ghostscriptapi
PHP wrapper class for GhostscriptAPI
https://github.com/fawno/ghostscriptapi
ffi ffi-bindings ffi-wrapper ghostscript ghostscript-wrapper php php-ffi php-ffi-experiment
Last synced: 3 months ago
JSON representation
PHP wrapper class for GhostscriptAPI
- Host: GitHub
- URL: https://github.com/fawno/ghostscriptapi
- Owner: fawno
- License: mit
- Created: 2022-06-05T01:14:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T01:55:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T00:34:20.297Z (4 months ago)
- Topics: ffi, ffi-bindings, ffi-wrapper, ghostscript, ghostscript-wrapper, php, php-ffi, php-ffi-experiment
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fawno/GhostscriptAPI/blob/master/LICENSE)
[](https://github.com/fawno/GhostscriptAPI/tags)
[](https://packagist.org/packages/fawno/gsapi)
[](https://packagist.org/packages/fawno/gsapi/stats)
[](https://github.com/fawno/GhostscriptAPI/issues)
[](https://github.com/fawno/GhostscriptAPI/network)
[](https://github.com/fawno/GhostscriptAPI/stargazers)# GhostscriptAPI
PHP wrapper class for [Ghostscript API](https://ghostscript.com/doc/current/API.htm)# Requirements
- PHP >= 7.4.0
- Ghostscript >= 9.18
- ext-ffi ([Foreign Function Interface extension](https://www.php.net/manual/en/book.ffi.php))## Instalation
```sh
php composer.phar require "fawno/gsapi"
``````php
run_with_args($params);
} catch (GSAPIException $exception) {
echo $exception;
}
```