Download the PHP package ankitfromindia/mx18-laravel without Composer

On this page you can find all versions of the php package ankitfromindia/mx18-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package mx18-laravel

MX18 Laravel Package

Latest Version on Packagist Total Downloads

Laravel package for MX18 Email API integration. Send single/bulk emails and handle webhooks with ease.

Version 2.1.0 - New Feature

🚀 New Features:

Version 2.0.0 - Major Release

🚀 New Features:

⚠️ Breaking Changes:

Features

Requirements

Installation

Configuration

1. Publish Config

2. Environment Variables

Add to your .env:

3. Get API Token

  1. Sign up at MX18
  2. Get your API token from Account Settings
  3. Verify your sender domain

Usage

Basic Email

Advanced Email with Personalization

File Attachments

Custom Headers and Arguments

Efficient Bulk Email (New in v2.1.0)

Bulk Email

Webhooks

1. Setup Webhook URL

Get your webhook URL:

Configure this URL in your MX18 Dashboard under Webhooks settings.

2. Handle Webhook Events

Create an event listener:

Create the listener:

3. Webhook Security

The package automatically verifies webhook signatures when MX18_WEBHOOK_SECRET is set. Invalid signatures return 401 Unauthorized.

API Response

Successful API calls return:

Error Handling

Configuration Options

Testing

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Security

If you discover any security vulnerabilities, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Migration from v1.x

Breaking Changes in v2.0.0

The authentication method has changed to match the official MX18 API specification:

Before (v1.x):

After (v2.0.0):

New Features Available

Your existing code will continue to work without changes. Only the internal authentication method has been updated.


All versions of mx18-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
laravel/framework Version ^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ankitfromindia/mx18-laravel contains the following files

Loading the files please wait ...