nickdekruijk / oxxa
Oxxa API Laravel Package
dev-master
2020-03-12 14:39 UTC
Requires
- php: >=7.0.0
- laravel/framework: >=7.0.0
This package is auto-updated.
Last update: 2024-11-13 00:27:48 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.