https://github.com/baraja-core/bank-transaction-authorizator
Common bank transaction authorizator.
https://github.com/baraja-core/bank-transaction-authorizator
authorizator bank bank-transaction-authorizator finance money pay payment payments php transaction transfer
Last synced: 7 days ago
JSON representation
Common bank transaction authorizator.
- Host: GitHub
- URL: https://github.com/baraja-core/bank-transaction-authorizator
- Owner: baraja-core
- License: mit
- Created: 2020-06-11T14:11:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:35:04.000Z (over 2 years ago)
- Last Synced: 2025-03-05T09:46:20.423Z (3 months ago)
- Topics: authorizator, bank, bank-transaction-authorizator, finance, money, pay, payment, payments, php, transaction, transfer
- Language: PHP
- Homepage: https://php.baraja.cz
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Common Transaction authorizator
===============================Supported banks:
- [Fio](https://github.com/baraja-core/fio-payment-authorizator) by API
- [CSOB](https://github.com/baraja-core/csob-payment-authorizator) by scaning e-mail📦 Installation
---------------It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/bank-transaction-authorizator) and
[GitHub](https://github.com/baraja-core/bank-transaction-authorizator).To install, simply use the command:
```
$ composer require baraja-core/bank-transaction-authorizator
```You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
📄 License
-----------`baraja-core/variable-generator` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/variable-generator/blob/master/LICENSE) file for more details.