Download the PHP package ebics-api/ebics-api-client-php without Composer

On this page you can find all versions of the php package ebics-api/ebics-api-client-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ebics-api-client-php

EBICS API Client (PHP module)

PHP module to utilize EBICS API Client application.
EBICS API Client - https://sites.google.com/view/ebics-api-client
EBICS Client can be deployed as a standalone service on a webserver or within a Docker container and provides:



Installation

composer require ebics-api/ebics-api-client-php

Usage

Methods

Connections between client application and bank server.

Method Description
$client->connectionCreate(data) Create new connection to the Bank.
$client->connectionUpdate(id, data) Update existing connection to the Bank.
$client->connectionGet(id) One connection to the Bank.
$client->connectionList() List of all connections to the Bank.
$client->connectionDelete(id) Delete a connection to the Bank.

Keyring with sensitive keys to perform order types methods.

Method Description
$client->keyringGenerate(data) Generate new keyring and encrypt by secret
(Requires before INI and HIA order types).
$client->keyringInit(data) Initialize keyring (Only before Bank activated connection).
$client->keyringConfirm(data) Confirm keyring (Only after Bank activated connection).
$client->keyringSuspend(data) Deactivate keyring (SPR order type).
$client->keyringRenew(data) Renew keyring (HCS order type).
$client->keyringLetter(data) Letter should be sent to Bank for Keyring activation.
$client->keyringChangeSecret(data) Change secret for existing Keyring.

Order type methods to download or upload files to/from the Bank.

Method Description
$client->orderTypeHev(data) Order type methods to download or upload files to/from the Bank.
$client->orderTypeIni(data) Send to the bank public signature of electronic signature.
$client->orderTypeHia(data) Send to the bank public signatures of authentication and encryption.
$client->orderTypeHpb(data) Download the Bank public signatures of authentication and encryption.
$client->orderTypeSpr(data) Upload Suspend activated Keyring.
$client->orderTypeHcs(data) Upload for renewing user certificates.
$client->orderTypeHpd(data) Download the bank server parameters.
$client->orderTypeHkd(data) Download customer`s customer and subscriber information.
$client->orderTypeHtd(data) Download subscriber`s customer and subscriber information.
$client->orderTypeHaa(data) Download Bank available order types.
$client->orderTypeFdl(data) Download the files from the bank.
$client->orderTypeFul(data) Upload the files to the bank.
$client->orderTypePtk(data) Download transaction status.
$client->orderTypeVmk(data) Download the interim transaction report in SWIFT format (MT942).
$client->orderTypeSta(data) Download the bank account statement.
$client->orderTypeC52(data) Download the bank account report in Camt.052 format.
$client->orderTypeC53(data) Download the bank account statement in Camt.053 format.
$client->orderTypeC54(data) Download Debit Credit Notification (DTI).
$client->orderTypeZ52(data) Download the bank account report in Camt.052 format (i.e Switzerland financial services).
$client->orderTypeZ53(data) Download the bank account statement in Camt.053 format (i.e Switzerland financial services).
$client->orderTypeZ54(data) Download the bank account statement in Camt.054 format (i.e available in Switzerland).
$client->orderTypeZsr(data) Download Order/Payment Status report.
$client->orderTypeXek(data) Download account information as PDF-file.
$client->orderTypeCct(data) Upload initiation of the credit transfer per Single Euro Payments Area.
$client->orderTypeCip(data) Upload initiation of the instant credit transfer per Single Euro Payments Area.
$client->orderTypeXe2(data) Upload initiation of the Swiss credit transfer (i.e available in Switzerland).
$client->orderTypeXe3(data) Upload SEPA Direct Debit Initiation, CH definitions, CORE (i.e available in Switzerland).
$client->orderTypeYct(data) Upload Credit transfer CGI (SEPA & non SEPA).
$client->orderTypeCdb(data) Upload initiation of the direct debit transaction for business.
$client->orderTypeCdd(data) Upload initiation of the direct debit transaction.
$client->orderTypeBtd(data) Download request files of any BTF structure.
$client->orderTypeBtu(data) Upload the files to the bank.

Tracked access logs to Bank for Connections

Method Description
$client->accessLogList() Access logs to the Banks.

Fetched files by run Scheduler Jobs

Method Description
$client->fetchedFileList() Fetched files of run scheduler order transactions to the Bank.
$client->fetchedFileDownload(id) Download fetched file content.

All versions of ebics-api-client-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8
ext-curl Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ebics-api/ebics-api-client-php contains the following files

Loading the files please wait ...