Download the PHP package fintecture/fintecture-sdk-php without Composer

On this page you can find all versions of the php package fintecture/fintecture-sdk-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 fintecture-sdk-php

PHP library for the Fintecture API.

Latest Stable Version Total Downloads Monthly Downloads Latest Unstable Version License

Fintecture is a Fintech that has a payment solution via bank transfer available at fintecture.com.

This library is a PHP Client for the Fintecture API.

Requirements

Quick install

Via Composer, with our Packagist package fintecture/fintecture-sdk-php.

This command will get you up and running quickly with a Guzzle HTTP client (v7).

The Guzzle client will automatically be found with the help of php-http/discovery package. If you prefer to specify a custom HTTP client to use, please read the Advanced usage section.

Getting started

Simple usage looks like:

Available options of Client

Examples

Some examples (including webhook handling) are available in the examples folder.

Advanced usage

We are decoupled from any HTTP messaging client with help by HTTPlug. A list of community provided clients is found here: https://packagist.org/providers/php-http/client-implementation

Using a different HTTP client

To set up the Fintecture client with this HTTP client

Available methods

These methods follow our API structure.

Auth

AIS

Customers

PIS

Resources

Development

Requirements

Initialize project for development

PHPUnit (Unit Tests)

Then you can run the tests:

To generate the test coverage report, you can run this command:

PHPStan (Static Analysis)

There are 10 levels (0-9). Level is set in phpstan.neon.

PHP CS Fixer (Coding Standards)

Troubleshooting

Encountering an issue? Please contact us at [email protected].

License

Fintecture PHP API Client is an open-sourced software licensed under the MIT license.


All versions of fintecture-sdk-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
psr/http-client-implementation Version *
psr/http-factory Version *
psr/http-client Version *
php-http/discovery Version *
php-http/message 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 fintecture/fintecture-sdk-php contains the following files

Loading the files please wait ....