Download the PHP package mohzubiri/laravel-esadad without Composer

On this page you can find all versions of the php package mohzubiri/laravel-esadad. 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 laravel-esadad

Laravel e-SADAD Payment Gateway

Latest Version on Packagist Total Downloads License PHP Version Laravel Version

A Laravel package for integrating with the e-SADAD payment gateway. This package provides a simple and clean API to process payments through the e-SADAD payment system. The package is now more stable and includes several improvements for better integration with Laravel applications, including full support for Laravel 12.

Features

Requirements

Installation

For Laravel Applications

  1. Install the package via Composer:

  2. Publish the configuration file:

  3. Publish the views (optional, only if you want to customize them):

  4. Publish the assets (CSS, JS, images):

  5. Run the migrations:

Or use the install command for a guided installation:

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

Manual Installation (For Package Development)

  1. Clone the repository:

  2. Add the repository to your Laravel application's composer.json:

  3. Require the package:

Configuration

Environment Variables

Add the following to your .env file:

Configuration File

After publishing the configuration file, you can find it at config/esadad.php. Here's a quick overview of the available options:

Environment Variables

Add the following to your .env file:

Usage

Basic Usage

  1. Add the route to your routes/web.php:

This will register the following routes:

Customizing Routes

You can customize the routes by passing an options array to the Route::esadad() method:

Programmatic Usage

You can also use the package programmatically:

Events

The package dispatches the following events:

You can listen for these events in your application:

Security

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.

License

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

Credits

Support

For support, please email [email protected] or open an issue on our GitHub repository.


All versions of laravel-esadad with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1|^8.2|^8.3
ext-json Version *
ext-soap Version *
illuminate/console Version ^10.0|^11.0|^12.0
illuminate/contracts Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/http Version ^10.0|^11.0|^12.0
illuminate/routing Version ^10.0|^11.0|^12.0
illuminate/database Version ^10.0|^11.0|^12.0
illuminate/view Version ^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.5
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 mohzubiri/laravel-esadad contains the following files

Loading the files please wait ....