Download the PHP package elkadrey/fiskaly-laravel without Composer
On this page you can find all versions of the php package elkadrey/fiskaly-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download elkadrey/fiskaly-laravel
More information about elkadrey/fiskaly-laravel
Files in elkadrey/fiskaly-laravel
Package fiskaly-laravel
Short Description fiskaly SDK for PHP for API v2
License MIT
Informations about the package fiskaly-laravel
fiskaly-laravel
The fiskaly SDK is a HTTP Laravel client that is needed for accessing the fiskaly API v2 that implements a cloud-based, virtual CTSS (Certified Technical Security System) / TSE (Technische Sicherheitseinrichtung) as defined by the German KassenSichV (Kassensicherungsverordnung).
Requirements
PHP 8.0+ Laravel or Lumen 8+
Integration
Composer
The PHP SDK is available for a download via Composer.
Packagist - Package Repository.
Simply execute this command from the shell in your project directory:
Or you can manually add the package to your composer.json file:
then run
Service
Additionally, to the SDK, you'll also need the fiskaly service. Follow these steps to integrate it into your project:
- Go to https://developer.fiskaly.com/downloads#service
- Download the appropriate service build for your platform
- Start the service
Get started
example 1: Make connection and create a INITIALIZED TSS
Custom API usage
To call api like for example: "/tss/{{tssId}}/client/{{$guid}} with method: put" just call the method in the first function then use "_" to spirite the api slashs "/" and provide the params data as array, request or collection and the arrangement is boolean in case you want to add GUID automatically for example:
example 2: Make connection and create a Manually TSS
example 3: add client to TSS
example 4: Start Transaction
New Feature: DSFinV-K API Mode
To interact with DSFinV-K which requires a different API URL, you can enable the DSFinV-K mode on the client:
After enabling DSFinV-K mode, you can make API calls to the DSFinV-K endpoint as usual, for example:
This will route the request to the correct DSFinV-K API URL automatically.