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
Requires
- php: ^8.3
- google/apiclient: ^2
- pkpass/pkpass: ^2.3
- twoh/logger: ^1
- twoh/validator: ^1
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- phpunit/phpunit: ^11
- roave/security-advisories: dev-latest
README
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 Name | Final Container Name | Purpose |
---|---|---|
php | wallet_driver_php83_container | PHP 8.3 Environment |
Setup Google 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
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