PHPackages                             minutemailer/api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. minutemailer/api

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

minutemailer/api
================

Minutemailer API PHP wrapper

v1.0.0(2y ago)0451MITPHP

Since Sep 10Pushed 2y ago4 watchersCompare

[ Source](https://github.com/minutemailer/api-php)[ Packagist](https://packagist.org/packages/minutemailer/api)[ RSS](/packages/minutemailer-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

Minutemailer API PHP Library
============================

[](#minutemailer-api-php-library)

This library allows you to quickly get started with the Minutemailer API via PHP. Libraries for other languages will come soon.

Before you get started, read the [API documentation](http://minutemailer.com/api).

Installation
------------

[](#installation)

`$ composer require minutemailer/api`or download the php-file [Minutemailer.php](https://github.com/minutemailer/api/blob/master/src/Minutemailer/Minutemailer.php) if you are not using composer.

Usage
-----

[](#usage)

First you need to create an API token. You can do so by logging in to your Minutemailer account and go to the [API settings page](https://app.minutemailer.com/u/settings/api).

Make sure the file is loaded, either by `require 'vendor/autoload.php'` if you are using composer or `require 'path/Minutemailer.php'` if you are not.

```
