Download the PHP package faysal0x1/lara-payment without Composer

On this page you can find all versions of the php package faysal0x1/lara-payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package lara-payment

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

Latest Version on Packagist PHP from Packagist Laravel Version Test Status Code Style Status Total Downloads

The lara-payment package provides a convenient way to handle payments through multiple payment gateways in a Laravel 8, 9 and 10 application. The package currently supports multiple gateways such as Paystack, Flutterwave and Stripe. The package offers an easy to use interface that abstracts the complexities of integrating with these payment gateways. It also provides a way to handle webhooks from the payment gateways.

Documentation

A comprehensive documentation is available to help you get started with the package here

Testing

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Laravel SSLCommerz Payment Gateway Integration

A Laravel package for integrating SSLCommerz payment gateway into your Laravel application. This package provides a simple and flexible way to handle payments through SSLCommerz in your Laravel projects.

Features

Requirements

Installation

  1. Install the package via Composer:

  2. Publish the configuration file:

  3. Publish the controller:

  4. Publish the views:

  5. Publish the migrations:

  6. Run the migrations:

Configuration

Add the following environment variables to your .env file:

The configuration file (config/sslcommerz.php) contains the following options:

Usage

Basic Payment Integration

  1. Using the Facade:

  2. Using the Controller:

Visit /example1 for AJAX payment or /example2 for hosted payment.

Available Routes

Advanced Features

  1. EMI Payment Support:

  2. Airline Ticket Profile:

  3. Travel Vertical Profile:

  4. Telecom Vertical Profile:

Response Handling

  1. Success Response:

  2. Failure Response:

Database Structure

The package creates an orders table with the following structure:

Security Considerations

  1. Always use environment variables for sensitive data
  2. Enable SSL on your production environment
  3. Validate all incoming data
  4. Use proper error handling
  5. Keep your store credentials secure

Testing

  1. Set SSLCOMMERZ_SANDBOX=true in your .env file for testing
  2. Use test credentials provided by SSLCommerz
  3. Test all payment scenarios (success, fail, cancel)
  4. Verify IPN handling
  5. Test with different currencies and amounts

Support

For any issues or questions, please create an issue in the GitHub repository.

License

This package is open-sourced software licensed under the MIT license.


All versions of lara-payment with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0|^8.1|^8.2|^8.3
guzzlehttp/guzzle Version ^7.5
illuminate/contracts Version ^8.50|^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^8.50|^9.0|^10.0|^11.0|^12.0
spatie/laravel-package-tools Version ^1.11
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package faysal0x1/lara-payment contains the following files

Loading the files please wait ....