Download the PHP package loremipsum-systems/emailit without Composer

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

EmailItMailer Library

The EmailItMailer library is a PHP wrapper for interacting with the EmailIt API, allowing you to send emails and manage sending domains effortlessly. Built on top of GuzzleHttp, this library aims to streamline the process of integrating email features into your project.


Features


Requirements


Installation

Use Composer to install the library:


Usage

Initialization

First, create a new instance of EmailItMailer by providing your API key.

Sending an Email

To send an email, use the send method. This method supports the following parameters:

Here’s an example:


Managing Sending Domains

Get a List of Sending Domains

Retrieve a paginated list of all sending domains using the getSendingDomains method:

Fetch Details of a Sending Domain

To get detailed information about a specific sending domain, use the getSendingDomain method:


Error Handling

All methods in the EmailItMailer class throw standard PHP Exceptions. Common reasons for exceptions include:

Use try...catch blocks to handle exceptions gracefully, as shown in the examples above.


Contributing

We welcome contributions to improve the library. Feel free to:

  1. Fork the repository.
  2. Submit a Pull Request (PR) with your improvements.
  3. Ensure all code changes include tests and documentation updates (if applicable).

License

This library is released under the MIT License. See the LICENSE file for details.


Support

If you encounter any issues or need further assistance, please reach out at [email protected] or open a GitHub issue.


Acknowledgments

This library leverages the following dependencies:


Notes for Developers



All versions of emailit with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
guzzlehttp/guzzle Version ^7.9
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 loremipsum-systems/emailit contains the following files

Loading the files please wait ....