Download the PHP package jobmetric/voucher-usd without Composer
On this page you can find all versions of the php package jobmetric/voucher-usd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jobmetric/voucher-usd
More information about jobmetric/voucher-usd
Files in jobmetric/voucher-usd
Package voucher-usd
Short Description This package handles payment via the USD voucher website.
License MIT
Homepage https://doc.jobmetric.net/package/voucher-usd
Informations about the package voucher-usd
Voucher USD
A Laravel package for managing voucher USD
, including authentication, balance checking, voucher creation, and retrieval.
Install via composer
Run the following command to pull in the latest version:
Documentation
Add the required environment variables in your .env file:
Usage
Authentication
To authenticate and retrieve an access token:
Check Balance
To check the account balance:
Create a Voucher
To create a new voucher:
Retrieve All Vouchers
To retrieve a list of all vouchers:
Retrieve a Single Voucher
To retrieve details of a specific voucher by its code:
Events
This package contains several events for which you can write a listener as follows
Event | Description |
---|---|
CreateVoucherUsdEvent |
Triggered after a voucher is successfully created. |
InsufficientBalanceEvent |
Triggered when voucher creation fails due to insufficient balance. |
Contributing
Thank you for considering contributing to the Laravel Ban Ip! The contribution guide can be found in the CONTRIBUTING.md.
License
The MIT License (MIT). Please see License File for more information.
All versions of voucher-usd with dependencies
ext-json Version *
laravel/framework Version >=9.19
jobmetric/laravel-package-core Version ^1.17