Download the PHP package axytos/financial-services-api-sdk without Composer

On this page you can find all versions of the php package axytos/financial-services-api-sdk. 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 financial-services-api-sdk

axytos Financial Services API SDK

This package provides a scoped / embedded wrapper around the generated OpenAPI client code for api.axytos.com.

General Information

This package should be compatibile with PHP 5.6 up to the most current version of PHP.

OpenAPI client code is:

  1. generated with openapitools/openapi-generator-cli in a recent version
  2. scoped with humbug/php-scoper
  3. downgraded to PHP 5.6 with rectorphp/rector

Polyfills are used from:

Security

OpenAPI client code is generated with openapitools/openapi-generator-cli and includes 3rd-party dependencies.

For security reasons a recent version of the generator is used where the introduced 3rd-party dependencies have no known security advisories.

3rd-party dependencies in recent versions need to be downgraded to be compatible with PHP 5.6. This is done automatically with rectorphp/rector which only affects language level compatibility. Logic level security measures of a dependency should not be affected.

If 3rd-party dependencies depend on language level security features (like random_bytes) these features are substitued through the following polyfills:

Security advisories for 3rd-party dependencies can be checked with:

PHP compatibility in detail

In a set theoretic sense the code should be compatible with the intersection langauge of PHP 5.6, ... , PHP 8.1.

This means we cannot use features of PHP which ...

Downgrad to PHP 5.6 is conducted automatically with rectorphp/rector.

However, some incompatibilities remain and need to be addressed differently.

Addressed Incompatibilities

(1) hrtime

see: https://www.php.net/manual/de/function.hrtime.php

hrtime wird verwendet in:

hrtime is only used if it is present in the used version of PHP. No adjustments are necessary.

(2) throw inside __toString

see: https://www.php.net/manual/en/language.oop5.magic.php#object.tostring

throw inside __toString is used in:

Exceptions are thrown depending on the used version of PHP. No adjustments are necessary.

(3) Error and TypeError

see: https://www.php.net/manual/de/class.error.php

Error and TypeError is used in:

symfony/polyfill is used as polyfill.

(4) random_bytes

see: https://www.php.net/manual/en/function.random-bytes.php

random_bytes is used in:

symfony/polyfill is used as polyfill.


All versions of financial-services-api-sdk with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
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 axytos/financial-services-api-sdk contains the following files

Loading the files please wait ....