Download the PHP package applax-dev/gate-sdk without Composer
On this page you can find all versions of the php package applax-dev/gate-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download applax-dev/gate-sdk
More information about applax-dev/gate-sdk
Files in applax-dev/gate-sdk
Package gate-sdk
Short Description Official PHP SDK for Appla-X Gate API v0.6 - Secure payment processing, order management, and merchant services
License MIT
Homepage https://github.com/applax-dev/gate-sdk
Informations about the package gate-sdk
Appla-X Gate SDK for PHP / LARAVEL 11+
The official PHP SDK for Appla-X Gate API v1.2.0, providing secure payment processing, order management, and merchant services.
โจ Features
- โญ NEW: Raw API Access - Direct access to ALL endpoints (Brands, Charges, Taxes, Subscriptions)
- ๐ Enterprise Security - Secure authentication, input validation, SSL/TLS enforcement
- ๐ Production Ready - Comprehensive error handling, retry logic, logging support
- ๐ฆ PSR Compatible - PSR-3 logging, PSR-18 HTTP client support
- ๐ฏ Type Safe - Full PHP 8.0+ type declarations with rich IDE support
- ๐ Retry Logic - Exponential backoff for failed requests
- ๐ Rich Models - Structured data objects for all API responses
- ๐๏ธ Configurable - Flexible configuration with environment support
- ๐ Well Documented - Comprehensive documentation and examples
๐ง Requirements
- PHP 8.0 or higher
- Guzzle HTTP Client 7.0+
- Valid Appla-X Gate API credentials
๐ฆ Installation
Install via Composer:
๐ Updating
To update to the latest version:
After updating:
- Review the CHANGELOG.md for breaking changes
- Test in sandbox environment before production
- Update your code if using deprecated features
๐ Quick Start
Basic Setup
Environment-based Configuration
Set up your environment variables:
Then use environment-based setup:
Create Your First Order
Access Any API Endpoint (NEW!)
Process Card Payment
๐ฏ API Coverage
Raw API Access (NEW!)
Access any Appla-X Gate API endpoint, including Brands, Charges, Taxes, and Subscriptions:
๐ Full Raw API Documentation
Orders Management
Payment Methods
Card Payments
Digital Wallets
Alternative Payment Methods
Products & Clients
Brands, Subscriptions, Taxes & Charges (NEW!)
๐ Complete Raw API Documentation
๐ Rich Data Models
The SDK provides rich, type-safe models for API responses:
๐จ Error Handling
The SDK provides a comprehensive exception hierarchy:
๐ Webhook Support
Setup Webhooks
Handle Webhooks
โ๏ธ Advanced Configuration
Custom HTTP Client
Custom Logger
๐งช Testing
Test Cards
Use these test cards in sandbox mode:
| Card Type | Number | CVV | Expiry |
|---|---|---|---|
| Visa | 4111111111111111 | 123 | 12/25 |
| Mastercard | 5555555555554444 | 123 | 12/25 |
| Amex | 378282246310005 | 1234 | 12/25 |
Running Tests
๐ Documentation
- Installation Guide
- Configuration
- Raw API Access โญ NEW
- Payment Methods
- Webhooks
- API Reference
๐ค Support
- ๐ Official Documentation
- ๐ Issue Tracker
- ๐ฌ Support Email
๐ License
This SDK is released under the MIT License. See LICENSE file for details.
๐ Contributing
Contributions are welcome! Please see our Contributing Guidelines for details.
Ready to start processing payments? Get your API credentials from the Appla-X Dashboard and start building! ๐
All versions of gate-sdk with dependencies
ext-json Version *
ext-curl Version *
guzzlehttp/guzzle Version ^7.0
psr/http-client Version ^1.0
psr/http-message Version ^1.0|^2.0
psr/log Version ^1.0|^2.0|^3.0