Looking to hire Laravel developers? Try LaraJobs

nasiba-laravel maintained by mdhesari

Description
Nasiba gateway
Last update
2023/07/27 17:54 (dev-main)
License
Downloads
46
Tags

Comments
comments powered by Disqus

Very short description of the package

Latest Version on Packagist Total Downloads GitHub Actions

Nasiba decorator for laravel.

Installation

You can install the package via composer:

composer require mdhesari/nasiba

Usage

app('nasiba')->getPaymentToken([
    'quantity'                  => $quantity,
            'invoiceNumber'     => $id,
            'installmentsCount' => 1,
            'maxCreditShare'    => $max_credit_share,
            'mobile'            => $mobile,
            'timestamp'         => $timestamp = today()->format('Y-m-d').'T'.now()->format('h:i:s'),
]);

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email mdhesari99@gmail.com instead of using the issue tracker.

Credits

License

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.