Download the PHP package mimepost/mimepost-php without Composer

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

mimepost-php

MimePost API for sending email. You can find out more about MimePost at https://mimepost.com. For obtaining the value of X-Auth-Token you will need to first signup on MimePost

Latest Version Known Vulnerabilities codecov.io Code Coverage Total Downloads HitCount

This PHP package is automatically generated by the Swagger Codegen project:

Requirements

PHP 5.5 and later

Installation & Usage

Composer

To install the bindings via Composer, run the below command:

Then run composer install

include autoload.php:

Getting Started

Please follow the installation procedure and then run the following:

Tests

To run the unit tests:

FYI: For testing, you can use the api key special-key to test the authorization filters.

Documentation for API Endpoints

All URIs are relative to https://api.mimepost.com/v1/

Class Method HTTP request Description
AccountsApi accountProfileGet GET /account/profile/ Get account profile details
AccountsApi accountProfilePost POST /account/profile/ Update account profile details
AccountsApi settingsGet GET /settings/ Get all the settings
AccountsApi settingsPost POST /settings/ Set a setting
DomainsApi domainsGet GET /domains/ Get a list of all the domains
DomainsApi domainsIdApprovePost POST /domains/{id}/approve/ Submit request for the approval of a verified domain
DomainsApi domainsIdDelete DELETE /domains/{id} Remove a single domain
DomainsApi domainsIdGet GET /domains/{id} Get the details of a single domain
DomainsApi domainsIdVerifyDkimPost POST /domains/{id}/verify_dkim/ Request for the verification of DKIM record for a single domain
DomainsApi domainsIdVerifySpfPost POST /domains/{id}/verify_spf/ Request for the verification of SPF record for a single domain
DomainsApi domainsIdVerifyTrackingPost POST /domains/{id}/verify_tracking/ Request for the verification of tracking record for a single domain
DomainsApi domainsPost POST /domains/ Add single domain
EmailsApi sendEmail POST /emails/ Send email
StatsApi emaillogsGet GET /emaillogs/ Get the logs of a particular date
StatsApi statsGet GET /stats/ Get the summary of stats for a range of dates
WebhooksApi webhooksGet GET /webhooks/ Get the list of all the webhooks
WebhooksApi webhooksIdDelete DELETE /webhooks/{id} Remove a single webhook
WebhooksApi webhooksIdGet GET /webhooks/{id} Get the details of a single webhook
WebhooksApi webhooksIdPut PUT /webhooks/{id} Update the details of a single webhook
WebhooksApi webhooksPost POST /webhooks/ Add single webhook

Documentation For Models

Documentation For Authorization

api_key

Author

[email protected]


All versions of mimepost-php with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.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 mimepost/mimepost-php contains the following files

Loading the files please wait ....