1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-03-01 04:29:24 +01:00

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
```