moovepay/moovepay-php

Moove Pay PHP Library

Maintainers

Package info

github.com/MoovePay/moovepay-php

Homepage

pkg:composer/moovepay/moovepay-php

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-17 07:17:30 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.