Download the PHP package jfoucher/mailocal without Composer

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

License: MIT Build status

Mailocal

Safely test sending your emails by using this local SMTP server and viewing the results on the web interface.

By using this locally installed SMTP server you can be sure that your real customers will never see your test emails!

However you can see all of them by simply opening the provided interface in any browser.

Screenshots

All messages single message

Requirements

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Install

Running

Alternatively you can:

Configuration

Done

You can now view any emails you receive by opening http://127.0.0.1:8000 in your browser

The SMTP runs on port 2525 by default. Pass the --port option to use another one, like this: php bin/console email:server --port=587

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Warning

Never use this in production, only run it on your local machine.


All versions of mailocal with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3
ext-ctype Version *
ext-iconv Version *
html2text/html2text Version ^4.2
jfoucher/email-parser Version 0.4.*
kevinpapst/adminlte-bundle Version ^2.0
react/socket Version ^1.2
sensio/framework-extra-bundle Version ^5.1
symfony/asset Version 4.2.*
symfony/console Version 4.2.*
symfony/dotenv Version 4.2.*
symfony/expression-language Version 4.2.*
symfony/flex Version ^1.1
symfony/form Version 4.2.*
symfony/framework-bundle Version 4.2.*
symfony/monolog-bundle Version ^3.1
symfony/orm-pack Version ^1.0
symfony/process Version 4.2.*
symfony/security-bundle Version 4.2.*
symfony/serializer-pack Version *
symfony/swiftmailer-bundle Version ^3.1
symfony/translation Version 4.2.*
symfony/twig-bundle Version 4.2.*
symfony/validator Version 4.2.*
symfony/web-link Version 4.2.*
symfony/yaml Version 4.2.*
twig/extensions Version ^1.5
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 jfoucher/mailocal contains the following files

Loading the files please wait ....