Replies: 1 comment
-
Hey @susanne99, I'm not sure how familiar you are with the Middleware so I'll give some context first. So the Middleware is basically an application that provides an API (v0 for AT and FR markets with some minor differences). You have two options to use the middleware
For both options you can send REST requests to the Middleware from your PHP PosSystem (See the Middleware API samples). I hope that answers your questions :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
I programmed a web app for patient administration and billing.
I integrated the entire cash register completely into the backend with PHP using a specification.
Zero receipts, data collection protocol etc. can be made.
But I don't want to always have to deal with changes to the cash register and therefore want to switch to Fiskaltrust.
I saw that the middleware is now open source.
Since my backend is an Apache Sever with PHP, is this middleware also available in PHP?
Beta Was this translation helpful? Give feedback.
All reactions