PHPackages                             pixpdv/pixpdv-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. pixpdv/pixpdv-php

ActiveLibrary[API Development](/categories/api)

pixpdv/pixpdv-php
=================

Biblioteca para integrar com o sistema PIXPDV

2391PHP

Since Sep 5Pushed 2y agoCompare

[ Source](https://github.com/PIXPDV/php)[ Packagist](https://packagist.org/packages/pixpdv/pixpdv-php)[ RSS](/packages/pixpdv-pixpdv-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

Biblioteca PHP para integrar sistemas com a PIXPDV
==================================================

[](#biblioteca-php-para-integrar-sistemas-com-a-pixpdv)

Porque PIXPDV?
--------------

[](#porque-pixpdv)

Por ser uma transferência eletrônica instantânea, em ambiente seguro, o PIXPDV se alinha ao ritmo do comércio e negócios em geral. Não há necessidade de esperar o próximo dia útil ou a próxima janela de horário para receber um pagamento. O PIXPDV funciona 24 horas, 7 dias por semana. Os custos são menores e há facilidade na integração com a conciliação de pagamentos. O PIXPDV na prática tem o mesmo efeito do pagamento em dinheiro (em espécie).

Instale a Biblioteca PIXPDV:
----------------------------

[](#instale-a-biblioteca-pixpdv)

```
composer require pixpdv/pixpdv-php:dev-main
```

Segue exemplo abaixo:
---------------------

[](#segue-exemplo-abaixo)

```
    include "vendor/autoload.php";

    use PIXPDV\PIXPDV;

    $pixpdv = new PIXPDV("cnpj", "token", "secret", true); // true para produção e false para homologação

    echo json_encode($pixpdv->statusToken());
    echo json_encode($pixpdv->QRDinamico(2.50, 5, "Teste"));

    // Objeto pagador
    $pagador = [
        "nome" => "Jose Nilton Pace",
        "fantasia" => "",
        "cpf_cnpj" => "12345678901",
        "endereco" => "Rua Emilio Bertoni, 1645",
        "bairro" => "Vila Totoli",
        "cidade" => "Franca",
        "estado" => "SP",
        "cep" => "14409108",
        "email" => "demo@jnp.com.br",
        "telefone" => "(16) 3727-5688"
    ];

    // Objeto juros
    $juros = [
        "tipo" => 3,
        "valor" => 10
    ];

    // Objeto multa
    $multa = [
        "tipo" => 2,
        "valor" => 5
    ];

    // Objeto desconto
    $desconto = [
        "tipo" => 2,
        "valor" => 10,
        "data" => "27/08/2023"
    ];

    echo json_encode($pixpdv->QRCobranca(2.50, "30/08/2023", 30, "Cobrança Teste", $pagador, $juros, $multa, $desconto));
    echo json_encode($pixpdv->QRCodeStatus("E7D557E5-E518-406E-9541-2FF4B5312A44"));
    echo json_encode($pixpdv->QRRefund("E7D557E5-E518-406E-9541-2FF4B5312A44"));
    // echo json_encode($pixpdv->resumo("01082023", "26082023", "emissao"));
    echo json_encode($pixpdv->saldo());
    echo json_encode($pixpdv->Retirada(0.25));
    echo json_encode($pixpdv->extrato("01082023", "26082023"));

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6dbea68bdd6c3d967b9ec27fec4bdc546a38668b6e34fa865f17c44194f50eb6?d=identicon)[pixpdv](/maintainers/pixpdv)

---

Top Contributors

[![srcarvalho12](https://avatars.githubusercontent.com/u/134537873?v=4)](https://github.com/srcarvalho12 "srcarvalho12 (19 commits)")[![JNPSoftware](https://avatars.githubusercontent.com/u/33754986?v=4)](https://github.com/JNPSoftware "JNPSoftware (1 commits)")

### Embed Badge

![Health badge](/badges/pixpdv-pixpdv-php/health.svg)

```
[![Health](https://phpackages.com/badges/pixpdv-pixpdv-php/health.svg)](https://phpackages.com/packages/pixpdv-pixpdv-php)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M477](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
