Download the PHP package frknakk/laravel-internetmarke without Composer
On this page you can find all versions of the php package frknakk/laravel-internetmarke. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download frknakk/laravel-internetmarke
More information about frknakk/laravel-internetmarke
Files in frknakk/laravel-internetmarke
Package laravel-internetmarke
Short Description Internetmarke and ProdWS Wrapper for Laravel
License MIT
Informations about the package laravel-internetmarke
Laravel Wrapper for Internetmarke and ProdWS
Require this package in the composer.json
of your Laravel project.
composer require frknakk/laravel-internetmarke
Basic Usage
Login and get balance
Preview stamp [PNG]
Purchase stamp [PNG]
Retrieve products (ProdWS)
Configuration
You can either set the following environment variables:
INTERNETMARKE_PARTNER_ID=""
INTERNETMARKE_SECRET_KEY=""
INTERNETMARKE_KEY_PHASE=1
PRODWS_MANDANT_ID=""
PRODWS_USERNAME=""
PRODWS_PASSWORD=""
or publish and edit the internetmarke.php
configuration file:
php artisan vendor:publish --tag=internetmarke-config
Glossary
Portokasse
Portokasse is a prepaid wallet account system, with which you can top up your balance and purchase internet stamps.
ProdWS
ProdWS is a soap web service for retrieving the currently valid product- and price list (PPL)
.
There are sales, basic and additional products. Sales products are the combinations of one basic product and several additional products. To purchase a stamp, you have to provide the PPL-ID of the desired sales product.
Internetmarke
Internetmarke is a soap web service for previewing and purchasing internet stamps, after authenticating with an Portokasse
account.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-internetmarke with dependencies
ext-soap Version *
ext-xml Version *
illuminate/support Version ^8|^9|^10|^11
robrichards/wse-php Version ^2.0