Download the PHP package leafwrap/payment-deals without Composer
On this page you can find all versions of the php package leafwrap/payment-deals. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download leafwrap/payment-deals
More information about leafwrap/payment-deals
Files in leafwrap/payment-deals
Package payment-deals
Short Description A Laravel-based online payment gateway solution featuring popular payment gateways like PayPal, Stripe, Razorpay, bKash, and more. Seamlessly integrate secure and diverse payment options into your web applications with ease.
License MIT
Rated 5.00 based on 1 reviews
Informations about the package payment-deals
Payment Deal Library: Empowering Seamless Online Payments with Laravel
The Payment Deal Library is a powerful and versatile Laravel package designed to simplify and enhance online payment processing. Whether you're a business owner, developer, or entrepreneur, this library provides you with a comprehensive toolkit for integrating popular payment gateways seamlessly into your web applications.
Key Features:
Gateway Diversity: Payment Deal offers support for an array of popular payment gateways, including PayPal, Stripe, Razorpay, bKash, and more. This versatility allows you to cater to a global audience and adapt to various payment preferences.
Laravel Integration: Built specifically for Laravel, this library integrates effortlessly with Laravel-based projects. It leverages Laravel's elegance and robustness to provide a reliable and consistent payment experience.
Simple Configuration: Payment Deal simplifies the setup process with an intuitive configuration system. With just a few lines of code, you can start accepting payments through your chosen gateway.
Security: Security is a top priority, and Payment Deal incorporates the latest security standards to protect sensitive customer data. It ensures PCI compliance and safeguards your transactions.
Extensive Documentation: The library comes with comprehensive documentation and examples, making it easy for developers of all levels to get started and effectively implement payment gateways within their applications.
Customization: Tailor the payment experience to match your brand by customizing payment forms and user interactions. Payment Deal provides flexibility for design and user experience customization.
Error Handling: Robust error handling mechanisms ensure that you can easily troubleshoot and resolve issues, enhancing the reliability of your payment processing.
Ongoing Updates: The Payment Deal Library is actively maintained, meaning you'll receive updates, bug fixes, and support to keep your payment systems running smoothly.
Requirements:
You should ensure that your web server has the following minimum PHP version and extensions:
- PHP >= 8.0
Installation:
First, install the PaymentDeal package using the Composer package manager:
Database Migrations
PaymentDeal service provider registers its own database migration directory, so remember to migrate your database after installing the package.
Configuration
Gateway Credentials or API Keys
PaymentDeal provide payment gateway configuration api to store credentials in database. Please click the below link to show api documentation.
https://documenter.getpostman.com/view/7667667/2s9YBz3b3S
Usages
-
Create a payment request
-
Query your payment (Optional)
- Assign to your plan (Required)