nickdekruijk / oxxa
Oxxa API Laravel Package
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nickdekruijk/oxxa
Requires
- php: >=7.0.0
- laravel/framework: >=7.0.0
This package is auto-updated.
Last update: 2025-10-13 02:25:01 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.