Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Mx Api Bundle Laravel Package

artack/mx-api-bundle

View on GitHub
Deep Wiki
Context7

ATTENTION: This repository is archived and therefore readonly.

ARTACK/mx-api-bundle

The ARTACK mailXpert API Bundle adds support of using the API for mailXpert newsletter software.

Documentation

The documentation is currently unavailable because of the recent changes to the api.

Installation

Step 1: Download ARTACK/mx-api-bundle using composer

Add ArtackMxApi in your composer.json:

{
    "require": {
        "artack/mx-api-bundle": "*"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update artack/mx-api-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Artack\MxApiBundle\ArtackMxApiBundle(),
        // ...
    );
}

Step 3: Start using the mailXpert API Service

Start using the public service as described below. You can make use of the fluent interface.

/* @var $mxapi \Artack\MxApi\ArtackMxApi */
$mxapi = $this->get('artack.mxapi');

$response = $mxapi->setPath('Contact')->get();

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui