Download the PHP package azpays/laravel without Composer

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

AzPays Laravel Package

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

The official repository of AzPays for Laravel

Content Table

Installation

You can install the package via composer:

Usage

Configuration

Sandbox Mode

The sandbox mode is used to test the AzPays API. You can set your sandbox mode in the config file called config/azpays.php or add key in your .env file as follows.

Debug Mode

The debug mode is used to debug the AzPays API. You can set your debug mode in the config file called config/azpays.php or add change your APP_DEBUG value in your .env file.

API

API URL

The API URL is used to set the AzPays API URL. You can set your API URL in the config file called config/azpays.php or add key in your .env file as follows.

Sandbox API URL

The sandbox API URL is used to set the AzPays sandbox API URL. You can set your sandbox API URL in the config file called config/azpays.php or add key in your .env file as follows.

API Key

The API key is used to authenticate the AzPays API. The API key is generated from the AzPays dashboard. You can set your API key in the config file called config/azpays.php or add key in your .env file as follows.

API Version

The API version is used to set the AzPays API version. You can set your API version in the config file called config/azpays.php or add key in your .env file as follows.

Routes

Routes Enabled

The routes enabled is used to enable the AzPays routes. You can set your routes enabled in the config file called config/azpays.php or add key in your .env file as follows.

Routes Prefix

The routes prefix is used to set the AzPays routes prefix. You can set your routes prefix in the config file called config/azpays.php or add key in your .env file as follows.

Merchant

The merchant key is used to authenticate the merchant. The merchant key is generated from the AzPays dashboard.

Key

You can set your merchant key in the config file called config/azpays.php or add key in your .env file as follows.

Payment Create

This method is used to create a payment request. The payment request is created with the following parameters.

To create a payment request, you can use the following code.

Payment Checkout

This method is used to checkout a payment request. The payment request is checked out with the following parameters.

To checkout a payment request, you can use the following code.

Payment Check

This method is used to check a payment request. The payment request is checked with the following parameters.

To check a payment request, you can use the following code.

Wallet Claim

This method is used to claim a wallet. The wallet is claimed with the following parameters.

To claim a wallet, you can use the following code.

Security

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


All versions of laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
briofy/rest-laravel Version dev-main
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 azpays/laravel contains the following files

Loading the files please wait ....