/oxxa

Oxxa API Laravel Package

Primary LanguagePHPMIT LicenseMIT

Oxxa API Laravel Package

For my hosting portal I needed to communicate with the OXXA API so I created this package

Installation

To install the package use

composer require nickdekruijk/oxxa

Configuration

Add the following to your .env file (make md5() hash from password and prefix it with 'MD5')

OXXA_USER=username
OXXA_PASSWORD=MD5d41d8cd98f00b204e9800998ecf8427e

License

This package is open-sourced software licensed under the MIT license.