Download the PHP package kstmostofa/dingconnect-api-php without Composer

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

DingConnect-API-PHP

This PHP package was generated using the Swagger Codegen project:

Requirements

Installation

Composer

Usage

Documentation for API Endpoints

All URIs are relative to https://api.dingconnect.com

Class Method HTTP request Description
V1Api cancelTransfers POST /api/V1/CancelTransfers Attempt to cancel transfers with the submitted TransferIds
V1Api estimatePrices POST /api/V1/EstimatePrices Estimate prices for send or receive values
V1Api getAccountLookup GET /api/V1/GetAccountLookup Get providers and product information for a specific account number
V1Api getBalance GET /api/V1/GetBalance Get the current agent balance
V1Api getCountries GET /api/V1/GetCountries Get a list of supported countries
V1Api getCurrencies GET /api/V1/GetCurrencies Get a list of supported currencies
V1Api getErrorCodeDescriptions GET /api/V1/GetErrorCodeDescriptions Get a list of error code descriptions
V1Api getProductDescriptions GET /api/V1/GetProductDescriptions Get localized strings for products
V1Api getProducts GET /api/V1/GetProducts Get a list of products that can be used in SendTransfer
V1Api getPromotionDescriptions GET /api/V1/GetPromotionDescriptions Get localized strings for promotions
V1Api getPromotions GET /api/V1/GetPromotions Get a list of promotions
V1Api getProviderStatus GET /api/V1/GetProviderStatus Get the current status of product providers
V1Api getProviders GET /api/V1/GetProviders Get a list of product providers available to the agent
V1Api getRegions GET /api/V1/GetRegions Get a list of regions on the system
V1Api listTransferRecords POST /api/V1/ListTransferRecords Query transfers that were submitted to the system
V1Api sendTransfer POST /api/V1/SendTransfer Send a transfer to an account

Documentation For Models

Documentation For Authorization

APIKeyHeader


All versions of dingconnect-api-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.8.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 kstmostofa/dingconnect-api-php contains the following files

Loading the files please wait ....