ponchopay/pp-php

Tools to integrate PonchoPay on PHP

Maintainers

Package info

github.com/ponchocare/pp-php

pkg:composer/ponchopay/pp-php

Statistics

Installs: 5 459

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

1.3.0 2025-07-21 15:21 UTC

This package is auto-updated.

Last update: 2026-03-23 17:47:00 UTC


README

Tools to integrate PonchoPay on PHP

Installation

Install it from packagist:

composer require ponchopay/pp-php

Usage

This package declares the following functions:

  • createToken: This function allows the creation of tokens for the initialisation endpoints.
  • createJWT: This function allows the creation of JWTs for the payment manipulation endpoints.

And the Client class which provides the following methods:

Development

Linting and formatting

To automatically fix linting and formatting errors, run

composer exec php-cs-fixer fix .

Testing

To ensure the project is bug-free, run

composer exec phpunit tests/