Download the PHP package ssgglobal/laravel-pdfreactor without Composer
On this page you can find all versions of the php package ssgglobal/laravel-pdfreactor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ssgglobal/laravel-pdfreactor
More information about ssgglobal/laravel-pdfreactor
Files in ssgglobal/laravel-pdfreactor
Download ssgglobal/laravel-pdfreactor
More information about ssgglobal/laravel-pdfreactor
Files in ssgglobal/laravel-pdfreactor
Vendor ssgglobal
Package laravel-pdfreactor
Short Description A PHP wrapper for using PDFreactor with Laravel.
License proprietary
Package laravel-pdfreactor
Short Description A PHP wrapper for using PDFreactor with Laravel.
License proprietary
Please rate this library. Is it a good library?
Informations about the package laravel-pdfreactor
Laravel PDFreactor
A PHP wrapper for using PDFreactor with Laravel 6+.
Setup
Requirements
- Illuminate/Support 6.0+.
- GuzzleHttp/Guzzle ^6.3.1 Or ^7.0.1
Installation
The pdfreactor
config options will be merged into config/services.php
.
Register Service Provider
In your config/app.php
add the following to providers
array.
Configuration
Set your PDFreactor configuration options in .env
Option | Default | |
---|---|---|
PDFREACTOR_HOST | none | URL to PDFreactor web service. |
PDFREACTOR_PORT | 9243 | Default listener port for PDFreactor server. |
PDFREACTOR_KEY | none | API Key if authentication is enabled. |
Register Alias (optional)
In your config/app.php
add the following in the alias
array.
Usage
For a full list of functions visit PDFreactor's website.
Testing
All versions of laravel-pdfreactor with dependencies
PHP Build Version
Package Version
The package ssgglobal/laravel-pdfreactor contains the following files
Loading the files please wait ....