Download the PHP package bespoke/improvmx without Composer
On this page you can find all versions of the php package bespoke/improvmx. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bespoke/improvmx
More information about bespoke/improvmx
Files in bespoke/improvmx
Package improvmx
Short Description ImprovMX API client library for Laravel PHP
License MIT
Homepage https://github.com/bespoke/improvmx
Informations about the package improvmx
ImprovMX API Client
This repo contains the source for a Laravel client library for the ImprovMX API.
Check out the contribution guidelines.
Installation
This version supports PHP 7.2-8.0. To get started, simply require the project into an existing Laravel application using Composer.
Follow these installation instructions if you do not already have composer
installed.
The project has a service provider which is automatically configured in new versions of Laravel.
To get the project working, simply add your ImprovMX API key into your .env file.
IMPROVMX_KEY=XXXXXXXXXXXXXX
Getting Started
The recommended method for using the ImprovMX client is to access it using the Laravel service provider.
This will construct your client automatically using the API key within your .env file.
Alternatively, an ImprovMX client can be constructed manually.
Once the client has been constructed, the API can be consumed as follows:
Example Usage
Account
Domains
Aliases
Logs
SMTP Credentials
Security
If you discover a security vulnerability within this package, please send an email to Bespoke Technology Labs at [email protected]. All security vulnerabilities will be promptly addressed. You may view our full security policy here.
License
The ImprovMX API Client Library is licensed under The MIT License (MIT).
Credits
- Lewis Smallwood - Bespoke Technology Labs