Oxxa API Laravel Package

dev-master 2020-03-12 14:39 UTC

This package is auto-updated.

Last update: 2024-04-12 23:17:49 UTC


README

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.