Download the PHP package moneybag/moneybag-sdk-php without Composer
On this page you can find all versions of the php package moneybag/moneybag-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download moneybag/moneybag-sdk-php
More information about moneybag/moneybag-sdk-php
Files in moneybag/moneybag-sdk-php
Package moneybag-sdk-php
Short Description Official PHP SDK for Moneybag Payment Gateway
License MIT
Homepage https://github.com/moneybag/moneybag-sdk-php
Informations about the package moneybag-sdk-php
Moneybag PHP SDK
Official PHP SDK for Moneybag Payment Gateway. Simplify payment integration in your PHP applications with our easy-to-use SDK supporting checkout and payment verification.
⚠️ Beta Release: This is a beta version for testing and feedback. Not recommended for production use yet.
Requirements
- PHP 7.4 or higher
- Composer
- Guzzle HTTP client
Installation
For Beta Testing
Or add to your composer.json:
Quick Start
Initialize the Client
Create a Checkout Session
Verify Payment
Configuration Options
Advanced Usage
Order Items
Shipping Information
Payment Information
Error Handling
The SDK throws specific exceptions for different error scenarios:
Testing
Run the test suite:
Examples
Check the examples directory for complete implementation examples:
examples/checkout.php- Complete checkout flowexamples/verify.php- Payment verification
Support
For support, email [email protected] or visit our documentation.
Beta Version Notice
This is a beta release (v1.0.0-beta.1) intended for testing and feedback.
What to Expect
- Core functionality is complete and tested
- API may undergo minor changes before stable release
- We welcome bug reports and feature requests
- Not recommended for production use yet
Providing Feedback
Please report issues or suggestions on our GitHub Issues page.
Roadmap to Stable Release
- [ ] Gather community feedback
- [ ] Address any reported issues
- [ ] Finalize API design
- [ ] Performance optimizations
- [ ] Additional payment method support
- [ ] Enhanced error messages
License
This SDK is released under the MIT License. See the LICENSE file for details.