OpenXE/vendor/fiskaly/fiskaly-sdk-php/examples/readme.md

18 lines
335 B
Markdown
Raw Normal View History

2021-05-21 08:49:41 +02:00
# Runnable PHP SDK sample
This project is a runnable sample for the fiskaly PHP SDK.
## Build
First of all, download the [fiskaly service](https://developer.fiskaly.com/downloads#service)
for your platform and start the service.
Fetch all dependencies:
```bash
$ composer install
```
## Run example
```bash
$ php src/main.php
```