Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matusstafura/fioapi
- Owner: matusstafura
- License: mit
- Created: 2022-03-12T09:56:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T17:13:36.000Z (over 1 year ago)
- Last Synced: 2024-11-30T19:52:24.399Z (about 2 months ago)
- Language: PHP
- Size: 603 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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