ebics-client-php icon indicating copy to clipboard operation
ebics-client-php copied to clipboard

PHP library to make requests by EBICS protocol for financial establishments.

Results 24 ebics-client-php issues
Sort by recently updated
recently updated
newest added

Hi I got this error Fatal error: Uncaught Error: Typed property AndrewSvirin\Ebics\Models\KeyRing::$userSignatureA must not be accessed before initialization in 2x\src\Models\KeyRing.php:42 Stack trace: #0 2x\src\EbicsClient.php(1353): AndrewSvirin\Ebics\Models\KeyRing->getUserSignatureA() #1 2x\src\EbicsClient.php(154): AndrewSvirin\Ebics\EbicsClient->getUserSignature('A', false) #2...

Hi, According to the documentation, when I'm using `public function getCertificateOptions(array $options = []) : array {` (self-signed certificate) for french bank, there is the following exception : `AbstractX509Generator::mergeCertificateOptions(): Argument...

While performing tests: ``` AndrewSvirin\Ebics\Tests\Handlers\AuthSignatureHandlerTest::testDigestValue LogicException: Length must be more 0. /ebics/vendor/andrew-svirin/ebics-client-php/src/Models/Crypt/RSA.php:925 /ebics/vendor/andrew-svirin/ebics-client-php/src/Services/CryptService.php:196 /ebics/vendor/andrew-svirin/ebics-client-php/src/Services/CryptService.php:142 /ebics/vendor/andrew-svirin/ebics-client-php/src/Handlers/AuthSignatureHandler.php:144 /ebics/vendor/andrew-svirin/ebics-client-php/tests/Handlers/AuthSignatureHandlerTest.php:57 2) AndrewSvirin\Ebics\Tests\Handlers\AuthSignatureHandlerTest::testSignatureValue LogicException: Length must be more 0. /ebics/vendor/andrew-svirin/ebics-client-php/src/Models/Crypt/RSA.php:925 /ebics/vendor/andrew-svirin/ebics-client-php/src/Services/CryptService.php:196 /ebics/vendor/andrew-svirin/ebics-client-php/src/Services/CryptService.php:142 /ebics/vendor/andrew-svirin/ebics-client-php/src/Handlers/AuthSignatureHandler.php:144 /ebics/vendor/andrew-svirin/ebics-client-php/tests/Handlers/AuthSignatureHandlerTest.php:95 ```

I run composer to have install your library $ composer require andrew-svirin/ebics-client-php but we miss some files in Services directory like FileKeyRingManager Can you update your composer ?

for next release

After running the tests I get this: ``` Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /ebics/vendor/andrew-svirin/ebics-client-php/src/Models/Crypt/AES.php on line 337 PHP Deprecated: substr(): Passing...

for next release

Hello guys, After struggling to retrieve the bank statement I've finally made it, but right now I'm trying to figure out how to make a Credit or Debit transfer with...

enhancement

Hi guys, I'm coming back with another issue I'm facing using the class, but this time I think it might come from the bank. I needed some information regarding this...

bug

Hi everybody, Got an issue while trying to initiate a new EBICS contract, eveyrthing was working fine for a french bank contrat, but since we've moved to a mutilcash contract...

Hi, My xml contains invalid characters due to the use of `utf8_encode` in method `Data::getContent()`. Example : "München" becomes "München" and request will be rejected by bank server. Is it...

enhancement
good first issue