Skip to content

routegroup/laravel-imoje

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4a8d92 · Nov 6, 2024

History

61 Commits
Nov 6, 2024
Oct 3, 2023
Nov 6, 2024
Nov 6, 2024
Sep 21, 2023
Sep 28, 2023
Sep 21, 2023
Oct 3, 2023
Nov 6, 2024
Sep 21, 2023
Sep 21, 2023
Oct 3, 2023
Nov 6, 2024
Sep 21, 2023

Repository files navigation

laravel-imoje

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.