Download the PHP package mailchimp/transactional without Composer

On this page you can find all versions of the php package mailchimp/transactional. 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 transactional

Mailchimp Developer

Mailchimp Transactional — PHP

The official PHP client library for the Mailchimp Transactional API (v1)

Installation

Option 1: Install via Packagist

Or add the following to composer.json

Install all composer dependencies using:

Option 2: Install Manually

Clone the repo

In the project root, install all dependencies

Manually include vendor/autoload.php in your implementation

Quick Start

Note that this SDK requires PHP 7.2 or above.

Sending Requests

All requests are sent via POST and accept a single argument as the request body parameter.

Output Formats

Optionally, you can set the default response format for all requests to one of the following:

You can also set the response format for a single request by passing in a special outputFormat param to the request body.

PRs and Issues

This repo is autogenerated from https://github.com/mailchimp/mailchimp-client-lib-codegen -- please submit PRs or issues there!

API Endpoints

All URIs are relative to https://mandrillapp.com/api/1.0

Method Endpoint
allowlists.add /allowlists/add
allowlists.delete /allowlists/delete
allowlists.list /allowlists/list
exports.activity /exports/activity
exports.allowlist /exports/allowlist
exports.info /exports/info
exports.list /exports/list
exports.rejects /exports/rejects
exports.whitelist /exports/whitelist
inbound.addDomain /inbound/add-domain
inbound.addRoute /inbound/add-route
inbound.checkDomain /inbound/check-domain
inbound.deleteDomain /inbound/delete-domain
inbound.deleteRoute /inbound/delete-route
inbound.domains /inbound/domains
inbound.routes /inbound/routes
inbound.sendRaw /inbound/send-raw
inbound.updateRoute /inbound/update-route
ips.cancelWarmup /ips/cancel-warmup
ips.checkCustomDns /ips/check-custom-dns
ips.createPool /ips/create-pool
ips.delete /ips/delete
ips.deletePool /ips/delete-pool
ips.info /ips/info
ips.list /ips/list
ips.listPools /ips/list-pools
ips.poolInfo /ips/pool-info
ips.provision /ips/provision
ips.setCustomDns /ips/set-custom-dns
ips.setPool /ips/set-pool
ips.startWarmup /ips/start-warmup
messages.cancelScheduled /messages/cancel-scheduled
messages.content /messages/content
messages.info /messages/info
messages.listScheduled /messages/list-scheduled
messages.parse /messages/parse
messages.reschedule /messages/reschedule
messages.search /messages/search
messages.searchTimeSeries /messages/search-time-series
messages.send /messages/send
messages.sendRaw /messages/send-raw
messages.sendTemplate /messages/send-template
metadata.add /metadata/add
metadata.delete /metadata/delete
metadata.list /metadata/list
metadata.update /metadata/update
rejects.add /rejects/add
rejects.delete /rejects/delete
rejects.list /rejects/list
senders.addDomain /senders/add-domain
senders.checkDomain /senders/check-domain
senders.domains /senders/domains
senders.info /senders/info
senders.list /senders/list
senders.timeSeries /senders/time-series
senders.verifyDomain /senders/verify-domain
subaccounts.add /subaccounts/add
subaccounts.delete /subaccounts/delete
subaccounts.info /subaccounts/info
subaccounts.list /subaccounts/list
subaccounts.pause /subaccounts/pause
subaccounts.resume /subaccounts/resume
subaccounts.update /subaccounts/update
tags.allTimeSeries /tags/all-time-series
tags.delete /tags/delete
tags.info /tags/info
tags.list /tags/list
tags.timeSeries /tags/time-series
templates.add /templates/add
templates.delete /templates/delete
templates.info /templates/info
templates.list /templates/list
templates.publish /templates/publish
templates.render /templates/render
templates.timeSeries /templates/time-series
templates.update /templates/update
urls.addTrackingDomain /urls/add-tracking-domain
urls.checkTrackingDomain /urls/check-tracking-domain
urls.list /urls/list
urls.search /urls/search
urls.timeSeries /urls/time-series
urls.trackingDomains /urls/tracking-domains
users.info /users/info
users.ping /users/ping
users.ping2 /users/ping2
users.senders /users/senders
webhooks.add /webhooks/add
webhooks.delete /webhooks/delete
webhooks.info /webhooks/info
webhooks.list /webhooks/list
webhooks.update /webhooks/update
whitelists.add /whitelists/add
whitelists.delete /whitelists/delete
whitelists.list /whitelists/list

Additional Libraries

Mailchimp Transactional libraries are available in the following languages:


All versions of transactional with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.4 || ^7.2
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 mailchimp/transactional contains the following files

Loading the files please wait ....