twoh/wallet-driver

This project includes a basic Driver to interact with different Walletsystems like Apple and Google.

1.1.5 2025-03-24 13:51 UTC

This package is auto-updated.

Last update: 2025-03-24 12:51:48 UTC


README

TWOH Logo

Build Status Latest Stable Version License

About Wallet-Driver

This project includes a basic Driver to interact with different Walletsystems like Apple and Google.

Requirements

  • PHP 8.3 or higher
  • Composer

Installation

composer req twoh/wallet-driver

Usage

Starting Docker

To start the Docker containers, navigate to the project directory and use the following command:

docker-compose up -d --build

Docker Containers

Docker Container NameFinal Container NamePurpose
phpwallet_driver_php83_containerPHP 8.3 Environment

Setup Google Wallet

Setup Google Wallet

Setup Apple Wallet

Setup Apple Wallet

Running Tests

To verify that the tests are passing, run the following command:

vendor/bin/phpunit

Documentation

Running Code Insights

To run PHP Insights, use the following command:

Apple Wallet
docker exec -it wallet_driver_php83_container php examples/AppleWallet.php
Validate PKPass

PKPass Validator

Google Wallet
docker exec -it wallet_driver_php83_container php examples/GoogleWallet.php
Generate PHP Documentation
doxygen Doxyfile
Open Documentation in Browser
open docs/html/index.html