moovepay/moovepay-php

Moove Pay PHP Library

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/moovepay/moovepay-php

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

This package is auto-updated.

Last update: 2025-09-17 06:23:18 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.