Download the PHP package wemake180/bagisto-wompi without Composer
On this page you can find all versions of the php package wemake180/bagisto-wompi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bagisto-wompi
Bagisto Wompi Payment Gateway
A comprehensive Wompi Payment Gateway integration for Bagisto e-commerce platform, specifically designed for Panama market with support for Clave and international credit/debit cards.
Features
- 🇵🇦 Panama Market Focus: Full support for Wompi Panama payment methods
- 💳 Multiple Payment Methods: Credit cards, debit cards, and Clave (Panama)
- 🔐 Secure Transactions: 3D Secure authentication and SHA256 signatures
- 📱 Widget Integration: Embedded and popup payment forms
- 🔔 Real-time Webhooks: Automatic order status updates
- 🌍 Multi-language: Spanish and English support
- 📊 Transaction Tracking: Complete transaction history and status monitoring
- ⚡ Easy Configuration: Simple admin panel setup
Requirements
- Bagisto: 2.x
- PHP: 8.1 or higher
- Laravel: 10.x or 11.x
- Extensions: curl, json
Installation
Method 1: Manual Installation
-
Copy the module to your Bagisto project:
-
Register the module in
config/concord.php: - Run migrations:
Method 2: Composer Installation (Future)
Configuration
- Access Admin Panel → Sales → Payment Methods
- Enable Wompi payment method
- Configure credentials:
- Sandbox Mode: Enable for testing
- Public Key (Sandbox): Your sandbox public key
- Private Key (Sandbox): Your sandbox private key
- Public Key (Production): Your production public key
- Private Key (Production): Your production private key
Wompi Dashboard Configuration
Configure these URLs in your Wompi dashboard:
- Webhook URL:
https://your-domain.com/wompi/webhook - Success URL:
https://your-domain.com/wompi/success - Cancel URL:
https://your-domain.com/wompi/cancel
Usage
- Customer selects Wompi as payment method during checkout
- Redirect to payment page with Wompi widget
- Customer completes payment using their preferred method
- Automatic webhook processing updates order status
- Customer redirected to success/cancel page based on result
Supported Payment Methods
- Credit Cards: Visa, MasterCard
- Debit Cards: Local and international
- Clave: Panama's national payment system
- 3D Secure: Enhanced security for card transactions
File Structure
For New Projects
To use this module in another Bagisto project:
-
Copy the entire folder:
-
Add to concord.php in the new project:
-
Run setup:
- Configure in Admin Panel with your Wompi credentials
License
MIT License - see LICENSE file for details.
Ready to use in any Bagisto project!
All versions of bagisto-wompi with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2|^8.3
ext-curl Version *
ext-json Version *
laravel/framework Version ^11.0
guzzlehttp/guzzle Version ^7.0
ext-curl Version *
ext-json Version *
laravel/framework Version ^11.0
guzzlehttp/guzzle Version ^7.0
The package wemake180/bagisto-wompi contains the following files
Loading the files please wait ...