routegroup / laravel-imoje
Requires
- php: ^8.3
- guzzlehttp/guzzle: ^7.15.3||^8.0.2
- illuminate/contracts: ^11.0||^12.0||^13.0
- justinrainbow/json-schema: ^6.10.0
Requires (Dev)
- larastan/larastan: ^3.10
- laravel/pint: ^1.30.5
- nunomaduro/collision: ^8.9.5
- orchestra/testbench: ^11.2.0||^10.0.0||^9.0.0
- pestphp/pest: ^4.7.8
- pestphp/pest-plugin-arch: ^4.0.2
- pestphp/pest-plugin-laravel: ^4.1
README
Introduction
This package is an integration of imoje payments with typed objects, which will help you integrate payments quickly.
It is tested on PHP 8.3, 8.4, and 8.5. PHP 8.5 is tested with Laravel 12 and 13. Laravel 11 is tested through PHP 8.4.
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
Versioning
Package tags are SemVer of this PHP API. They are not imoje's OpenAPI document version (info.version on bump.sh) and not the Laravel major. Which imoje changelog entries a release applied is listed in CHANGELOG as dates and guids, not as “package x.y.z = API x.y.z”.
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.