PHP code example of routegroup / laravel-imoje

1. Go to this page and download the library: Download routegroup/laravel-imoje library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

routegroup / laravel-imoje example snippets


'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'),
],