Download the PHP package paymentassist/paymentassist-php without Composer
On this page you can find all versions of the php package paymentassist/paymentassist-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download paymentassist/paymentassist-php
More information about paymentassist/paymentassist-php
Files in paymentassist/paymentassist-php
Package paymentassist-php
Short Description PHP SDK for the Payment Assist Partner API
License MIT
Homepage https://www.payment-assist.co.uk
Informations about the package paymentassist-php
paymentassist-php
PHP SDK for the Payment Assist Partner API.
[!NOTE] paymentassist-php v2 is now the default version. For legacy integrations, please see the v1 branch.
Dependencies
- PHP >= 7.2
- PHP JSON extension
- PHP cURL extension
Workflow
Installation
Install with Composer:
composer require paymentassist/paymentassist-php:dev-v2
Publish configuration files
Use composer to publish configuration files:
composer --working-dir=vendor/paymentassist/paymentassist-php/ run-script publish-config
Usage
In the above example $config
variable contains a config structure which needs to be provided as an argument to ApiClient::instance()
static method.
This structure can be stored in the config section of your application. After installing the package you can publish an example config file. Composer script will copy the file apiclient.php
to the config
folder in the root folder of your app if it exists, otherwise it will copy the file to the root folder of your app.
Config file contains the structure and the default config values which can be overridden by the values stored in the file .apiclient.env
which will be copied to the root folder of your app.
Refer to API documentation for details of valid endpoints and required params.
Contributing
We welcome contributions. There are several ways to help out:
- Create an issue on GitHub, if you have found a bug.
- Write patches for open bugs/feature issues, preferably with test cases included. Please fork our repo, make your changes in a new branch and then open a pull request ensuring the correct target branch.
- Contribute to the documentation
Support
For integrations support, please email [email protected].
All versions of paymentassist-php with dependencies
ext-curl Version *
ext-json Version *
guzzlehttp/guzzle Version ^7.5
guzzlehttp/guzzle-services Version ^1.3
paymentassist/guzzle-description-loader Version ^0.0.7
dflydev/dot-access-data Version ^3.0
giggsey/libphonenumber-for-php Version ^8.12
rtheunissen/guzzle-log-middleware Version ^1.0
monolog/monolog Version ^2.3 | ^3.5