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