Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matusstafura/fioapi

FioBank API PHP for transaction reports
https://github.com/matusstafura/fioapi

Last synced: 1 day ago
JSON representation

FioBank API PHP for transaction reports

Awesome Lists containing this project

README

        

# Fio Bank PHP API Wrapper

Get Fio Bank transaction reports by date in json.

## Create a token

Log in to your Fio admin area:
Settings > API > Add new token.

## :rocket: Installation using Composer

```sh
composer require matusstafura/fioapi
```

## Laravel

- to publish config file
```shell
php artisan vendor:publish --tag="fio-report"
```

- add token in .env
```shell
FIO_TOKEN = "your_api_token"
```

## :eyes: Quick view

```php