Skip to main content
Get started with Modem Pay in your Laravel application with just a few lines of code. This guide will walk you through installation, configuration, and making your first payment using the official Laravel package.

Installation

Install the package via Composer:
The package will automatically register itself with Laravel.

Configuration

Add your API key to .env:

First Payment

Create a payment in seconds:
That’s it! Your first payment is ready.