Download the PHP package telepaycash/sdk-telepay-php without Composer

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

PHP SDK for the TelePay API

TelePay PHP

TelePay client library for the PHP language, so you can easely process cryptocurrency payments using the REST API.

License: MIT CI Last commit GitHub commit activity Github Stars Github Forks Github Watchers GitHub contributors Telegram Blog

Installation

Install the package with composer:

Using the library

Import the library classes using the Composer autoload:

Configure the TelePay client using the secret of your merchant

Get your current merchant

Response

Read docs

Get the balance of all merchant wallets

Response

Read docs

Get the balance of one of the merchant wallets

Response

Read docs

Get the assets

Get assets suported by TelePay. Read docs

Response

You can get the detail of a single asset. Read docs

Create one invoice

Response

Read docs

View invoices

Find many invoices. Read docs

Find one invoice by number. Read docs

Cancel invoice

Response

Delete invoice

Response

Transfer

Response

Read docs

Withdraw Fee

Response

Withdraw

Response

View webhooks

Find many webhooks. Read docs

Find one webhook by Id. Read docs

Response

Create or update a webhook

For create a webhook is required the url, a secret and the events associated. Read docs

For update a webhook is required a webhookId and the new params. Read docs

Activate or deativate a webhook

Delete a webhook

Tests

All endpoint responses were tested. To run the tests yourself, you need your TelePay merchant secret with at least 3 testnet toncoins, a Telepay user who will receive the test transfer, and a testnet wallet which will receive the test withdraw.

Contributors ✨

The library is made by (emoji key):


Raubel Guerra

💻

Carlos Lugones

🧑‍🏫

This project follows the all-contributors specification. Contributions of any kind welcome!


All versions of sdk-telepay-php with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 telepaycash/sdk-telepay-php contains the following files

Loading the files please wait ....