routegroup / laravel-imoje
Package for imoje payments
0.2.0
2024-11-06 14:09 UTC
Requires
- php: ^8.2
- guzzlehttp/guzzle: ^7.8
- illuminate/contracts: ^10.0|^11.0
- justinrainbow/json-schema: ^6.0
Requires (Dev)
- larastan/larastan: ^v2.9.10
- laravel/pint: ^v1.18.1
- nunomaduro/collision: ^v8.5.0||^v7.11.0
- orchestra/testbench: ^v9.5.2|^v8.27.2
- pestphp/pest: ^2.36.0
- pestphp/pest-plugin-arch: ^v2.7.0
- pestphp/pest-plugin-laravel: ^v2.4.0
This package is auto-updated.
Last update: 2024-11-06 14:10:21 UTC
README
Introduction
This package is an integration of imoje payments with typed objects, which will help you integrate payments quickly.
Installation
You can install the package via composer:
composer require routegroup/laravel-imoje
Add to your config/services.php
'imoje' => [ 'merchant_id' => env('IMOJE_MERCHANT_ID'), 'service_id' => env('IMOJE_SERVICE_ID'), 'service_key' => env('IMOJE_SERVICE_KEY'), 'api_key' => env('IMOJE_API_KEY'), 'env' => env('IMOJE_ENV'), ],
Add to your .env
IMOJE_MERCHANT_ID= IMOJE_SERVICE_ID= IMOJE_SERVICE_KEY= IMOJE_API_KEY= IMOJE_ENV=
Usage
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.