mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
18 lines
335 B
Markdown
18 lines
335 B
Markdown
# 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
|
|
``` |