Download the PHP package kduma/emszmal-api without Composer
On this page you can find all versions of the php package kduma/emszmal-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kduma/emszmal-api
More information about kduma/emszmal-api
Files in kduma/emszmal-api
Download kduma/emszmal-api
More information about kduma/emszmal-api
Files in kduma/emszmal-api
Vendor kduma
Package emszmal-api
Short Description emSzmal Banking API wrapper in PHP
License MIT
Homepage https://github.com/kduma/L5-emSzmal-api
Package emszmal-api
Short Description emSzmal Banking API wrapper in PHP
License MIT
Homepage https://github.com/kduma/L5-emSzmal-api
Keywords KDumaemSzmalAPI
Please rate this library. Is it a good library?
Informations about the package emszmal-api
emSzmal Banking API wrapper in PHP
emSzmal Banking API wrapper in PHP
Install
Via Composer
Usage
Laravel Usage
Setup
Add following entries to your .env
file:
EMSZMAL_API_ID="<api id>"
EMSZMAL_API_KEY=<api key>
EMSZMAL_BANK_PROVIDER_ID=<provider ID>
EMSZMAL_BANK_LOGIN=<login>
EMSZMAL_BANK_PASSWORD=<password>
EMSZMAL_BANK_USER_TOKEN=<token from bank>
Usage
You can resolve emSzmalAPI::class
class:
or You can use injection container
Multiple Bank Credentials
You can use multiple bank credentials. First, run the following command to copy config file:
php artisan vendor:publish --provider="KDuma\emSzmalAPI\Laravel\ServiceProvider"
In Your config/emszmalapi.php
file, in bank_credentials
section add additional credentials:
Now you can use the alias when calling API methods:
Credits
- Krystian Duma
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of emszmal-api with dependencies
PHP Build Version
Package Version
The package kduma/emszmal-api contains the following files
Loading the files please wait ....