Download the PHP package abeltranp9476/cliente-blockchain without Composer

On this page you can find all versions of the php package abeltranp9476/cliente-blockchain. 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 cliente-blockchain

Que es esto?

cBlockchain es un cliente escrito en PHP para hacer uso de la pasarela de pagos criptos que he desarrollado. Este cliente cuenta con 2 funciones:

Esta funcion es para usuarios que deseen manejar todo el algoritmo de generacion de direcciones y reciclaje por su cuenta. Esto hace que sea mas complejo integrar los pagos en su web, pero le permite tener total seguridad. Solamente mi servicio se encargaria de notificar cuando a determinada direccion le llegue determinado monto mediante un webhook.

Criptomonedas soportadas y su identificador

Datos a enviar

Ejemplo de uso

La otra funcion es:

Criptomonedas soportadas y su identificador

Esta es la opcion mas facil de implementar, puesto que simplifica mucho el trabajo. De esta manera, mi sistema se encarga de todo lo relacionado con el pago. Usted envia una peticion donde envia:

Datos a enviar

Ejemplo de uso

De manera muy sencilla, obtiene como resultado de esa peticion una respuesta json que contiene:

Solo debe redireccionar en caso de haber sido satisfactorio, hacia la url que viene en payment. Esto lleva hacia un formulario con toda la informacion para que su cliente efectue el pago.

Requerimientos

Instalación

Respuesta del webhook es la misma para cualquiera de las 2 funciones

Info para comprobar funcionamiento

Mande a comprobar que existe un pago de 0.0001923 BTC a la direccion: 1ACorxkWSD7mx7V6MuLjXE5W7p3w9VyUYa


All versions of cliente-blockchain with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
guzzlehttp/guzzle Version ^7.3
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 abeltranp9476/cliente-blockchain contains the following files

Loading the files please wait ....