moovepay/moovepay-php

Moove Pay PHP Library

v1.0 2020-01-14 18:11 UTC

This package is auto-updated.

Last update: 2025-06-17 05:53:35 UTC


README

Moove Pay PHP SDK

API-DOCS https://docs.moovepay.com

Installation

Via Composer

composer require 'moovepay/moovepay-php'

Usage

Basic

First you need to create an Moove Pay object with your API-KEY (Avaliable on your dashboard)

$apiKey = '827260d4-fb11-45c6-7e45-b2c65ac51ee9';
$MoovePay =  new \MoovePay\MoovePay($apiKey);

Wiki

Check the wiki for detailed documentation.

Contributing

Also checkout our contributing guide before you send us any contribution.