twoh/wallet-driver

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

1.0.3 2025-01-17 16:21 UTC

This package is auto-updated.

Last update: 2025-02-17 15:38:29 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

Generate PHP Documentation
doxygen Doxyfile
Open Documentation in Browser
open docs/html/index.html