Download the PHP package paulorlima9/laravel-openpix without Composer

On this page you can find all versions of the php package paulorlima9/laravel-openpix. 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 laravel-openpix

LaravelOpenPixServiceTest

Esta é uma classe de teste para verificar se a implementação da interface LaravelOpenPixContract está correta na classe LaravelOpenPixService e se os métodos de acesso aos contratos específicos estão retornando instâncias corretas das respectivas interfaces.

Instalação

Certifique-se de ter o PHPUnit instalado em seu ambiente de desenvolvimento para executar esses testes.

Uso

  1. Clone este repositório em seu ambiente de desenvolvimento.
  2. Navegue até o diretório onde o arquivo LaravelOpenPixServiceTest.php está localizado.
  3. Execute o comando phpunit LaravelOpenPixServiceTest.php para executar os testes.

Testes

test_openpix_contract

Verifica se a instância de LaravelOpenPixService implementa corretamente a interface LaravelOpenPixContract.

test_openpix_charge_function

Verifica se o método charges() retorna uma instância válida de ChargeContract.

test_openpix_refund_function

Verifica se o método refunds() retorna uma instância válida de RefundsContract.

test_openpix_payments_function

Verifica se o método payments() retorna uma instância válida de PaymentsContract.

test_openpix_transactions_function

Verifica se o método transactions() retorna uma instância válida de TransactionContract.

test_openpix_webhooks_function

Verifica se o método webhooks() retorna uma instância válida de WebhooksContract.

test_openpix_customers_function

Verifica se o método customers() retorna uma instância válida de CustomerContract.

Observações

Certifique-se de que todas as dependências necessárias estão corretamente configuradas antes de executar os testes.


All versions of laravel-openpix with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
ext-json Version *
guzzlehttp/guzzle Version ^7.8
illuminate/support Version ^11.0
laravel/framework Version ^11.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 paulorlima9/laravel-openpix contains the following files

Loading the files please wait ....