Download the PHP package petervdbroek/ideal2 without Composer
On this page you can find all versions of the php package petervdbroek/ideal2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download petervdbroek/ideal2
More information about petervdbroek/ideal2
Files in petervdbroek/ideal2
Package ideal2
Short Description Implementation of iDEAL 2.0 with Open Banking APIs
License MIT
Informations about the package ideal2
petervdbroek/ideal2
A PHP library for working with iDEAL 2.0 payments using the Open Banking APIs
Installation
The preferred method of installation is via Composer. Run the following
command to install the package and add it as a requirement to your project's
composer.json
:
Status
This package is a minimal viable product for doing standard payments with iDEAL 2.0 using the Open Banking APIs.\ There is an open TODO in the Signer class to add verification of Signature and Digest in Responses and on notifications. This will be added later.\ This package currently does not support Fast Checkout or Profile recognition via Debtor Tokens.\ If you need this functionality you can add this by creating a PR on this repo. See the Contribute section.
Documentation
Initiate library
Initiate a payment
This will return a Payment object containing a Payment ID.
Get payment status
This will return a PaymentStatus object containing the status.
Contribute
If you need more functionality you can create a PR on this repo.\ You can extend the Resources by adding new getters, and extend or add Endpoints to add more functionality like Fast Checkout or Profile recognition via Debtor Tokens.
Copyright and License
The petervdbroek/ideal2 library is copyright © Peter van den Broek and licensed for use under the MIT License (MIT). Please see LICENSE for more information.
All versions of ideal2 with dependencies
ext-openssl Version *
guzzlehttp/guzzle Version ^7.8
ramsey/uuid Version ^4.7