mdhesari/nasiba-laravel

1.0.0 2023-07-27 15:54 UTC

This package is auto-updated.

Last update: 2024-08-27 18:36:54 UTC


README

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.