Download the PHP package brunopaz/php-sdk-gateway without Composer

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

Gateway de Pagamento - SDK PHP

Modalidades de pagamentos:

Recursos disponíveis


Cartão de crédito (Exemplo)


Credencias de acesso

Autenticação

Ambientes disponíveis

Nome Descrição Constante de uso
TESTES Ambiente de testes Environment::SANDBOX
PRODUÇÃO Ambiente de produção Environment::PRODUCTION

Criando um nova transação de pagamento

Informando um pedido

Informando os dados do comprador

Informando a forma de pagamento

Informando a URL de retorno

A URL de retorno é utlizada para receber um POST e redirecionar o usuário a após a conclusão da operaçñao de pagamento

Tipos de operações financeiras

Autorização (Pre-auth)

Venda Direta (auth)

Captura (Capture)

Cancelamento (Cancel | Void)

Tranferência Bancária (Transfer)

Boleto Bancário (Payment Bank Slip)

Paypal

Pagamento agendado ( Recorrência)

Códigos das operadoras

Operadora Constante
CIELO BUY PAGE LOJA Acquirers::CIELO_BUY_PAGE_LOJA
CIELO BUY PAGE CIELO Acquirers::CIELO_BUY_PAGE_CIELO
CIELO V3.0 (recente) Acquirers::CIELO_V3
REDE KOMERCI WEBSERVICE Acquirers::REDE_KOMERCI_WEBSERVICE
REDE: E-REDE (recente) Acquirers::REDE_E_REDE
PAGSEGURO Acquirers::PAGSEGURO
PAYPAL: EXPRESS CHECKOUT Acquirers::PAYPAL_EXPRESS_CHECKOUT
PAYPAL: PLUS Acquirers::PAYPAL_PLUS
PAGSEGURO: CHECKOUT EXPRESSO Acquirers::PAGSEGURO_CHECKOUT_EXPRESSO
BRADESCO (deprecado) Acquirers::BRADESCO
BRADESCO: SHOPFACIL (recente) Acquirers::BRADESCO_SHOPFACIL
ITAU: SHOPLINE Acquirers::ITAU_SHOPLINE
STONE Acquirers::STONE
ELAVON Acquirers::ELAVON
GETNET E-commerce Acquirers::GETNET
GETNET V1.0 (recente) Acquirers::GETNET_V1
GLOBAL PAYMENT Acquirers::GLOBAL_PAYMENT
FIRST DATA BIN Acquirers::FIRSTDATA
ADIQ Acquirers::ADIQ
WORLDPAY Acquirers::WORLDPAY
GRANITO Acquirers::GRANITO
SIXBANK Acquirers::SIXBANK

Códigos das bandeiras de cartões

Nome Constante
VISA Brand::VISA
MASTERCARD Brand::MASTERCARD
DINERS Brand::DINERS
DISCOVER Brand::DISCOVER
ELO Brand::ELO
AMEX Brand::AMEX
AURA Brand::AURA
JCB Brand::JCB
HYPERCARD Brand::HYPERCARD
SOROCRED Brand::SOROCRED
CABAL Brand::CABAL
MAESTRO Brand::MAESTRO
HIPER Brand::HIPER
CREDSYSTEM Brand::CREDSYSTEM
BANESCARD Brand::BANESCARD
CREDZ Brand::CREDZ

Métodos de pagamentos

Método de pagamento Constante
A Vista (Crédito) Methods::CREDIT_CARD_NO_INTEREST
Parcelamento loja (Crédito) Methods::CREDIT_CARD_INTEREST_BY_MERCHANT
Parcelamento Emissor (Crédito) Methods::CREDIT_CARD_INTEREST_BY_ISSUER
Cartão de débito Methods::DEBIT_CARD

Outros exemplos de modalidades de pagamentos

Modalidades de pagamentos Código-fonte
Boleto Bancário source / example
Cartão de Crédito source / example
Cartão de Débito source / example
Paypal source / example
Recorrência source / example
Transfência eletrônica source / example

All versions of php-sdk-gateway with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.0
ext-json Version *
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 brunopaz/php-sdk-gateway contains the following files

Loading the files please wait ....