Download the PHP package xpdeal/pixphp without Composer
On this page you can find all versions of the php package xpdeal/pixphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xpdeal/pixphp
More information about xpdeal/pixphp
Files in xpdeal/pixphp
Download xpdeal/pixphp
More information about xpdeal/pixphp
Files in xpdeal/pixphp
Please rate this library. Is it a good library?
Informations about the package pixphp
Pix PHP
Solução simples e muito rápida para gerar payloads (PIX) de pagamento únicos
Gostou? faz um pix 😜 Chave: [email protected] (Precisa de ajuda? email [email protected])
Precisa de soluções de para carteira digital, bitcoin, eth e outros? checkoutweb.com
Via composer
composer require xpdeal/pixphp
Uso
<?php
require_once './vendor/autoload.php';
use Xpdeal\Pixphp\Services\PixService;
$payload = (new PixService())
->setPixKey('chave-pix')
->setDescription('venda de sapato')
->setMerchantName('Fulano da Silva')
->setMerchantCity('')
->setTxId('000.000.000-00')
->setAmount(120);
echo $payload->getPayload();
// Get payload and QRCode (array)
var_dump($payload->getPayloadAndQrcode());
Em breve
- Validação de dados (CPF, Amount, ...)
- QRCode Base64 generator - OK
- Webhook (PSP Banco emissor)
All versions of pixphp with dependencies
PHP Build Version
Package Version
Requires
chillerlan/php-qrcode Version
^4.3
The package xpdeal/pixphp contains the following files
Loading the files please wait ....