risscsolutions/printformer-laravel

A Laravel Package to wrap the printformer SDK

v0.1 2022-04-20 09:56 UTC

This package is auto-updated.

Last update: 2024-05-20 14:42:34 UTC


README

License: MIT Latest Stable Version Total Downloads

Installation

composer require risscsolutions/printformer-laravel

Run the vendor:publish command

php artisan vendor:publish

Add your printformer credentials to your .env file

Usage

Get an Instance of the printformer-SDK

$printformer = app(\Rissc\Printformer\Printformer::class);

Refer to the documentation of the printformer-php-sdk