Download the PHP package org_heigl/mailproxy without Composer

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

Build Status Coverage Status Scrutinizer Code Quality Code Climate Codacy Badge SensioLabsInsight Latest Stable Version Total Downloads License composer.lock

Org_Heigl\Mailproxy

This Zend-Framework-module allows creation of mailto-links using obfuscated eMail-addresses.

The provided eMail-Address will be obfuscated by simply reversing it. Using CSS the eMail-address will be perfectly readable in the default HTML-output but robots greping the site will simply see a 'reversed' eMail-address or some garbage.

By clicking on the link the reversed eMail-address will be send to a proxy that redirects the browser to a mailto-url containing the correct eMail-address.

Installation

The module is best installed using composer.

Usage:

  1. In your application.conf-file add the Module to the list of modules like this:

  2. In your view-script you can then add the following code snippet to create a mailto-link to the address [email protected]:

The second parameter is optional and its content will be set as link-name (The stuff between the and ) If it's ommited the email-address will be given in a way that it's hard for bots to retrieve them in cleartext.

The third parameter is also optional. It can be an associative array with further attributes for the anchor-tag. If you want to set the third parameter but omit the second, pass ``null``` as second parameter.

Experiences

This module runs on php.ug for by now 4 years and I didn't get any spam to the email-addresses that are displayed by the module.


All versions of mailproxy with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
zendframework/zend-mvc Version ^3.0
zendframework/zend-uri Version ^2.5
zendframework/zend-view Version ^2.8
zendframework/zend-modulemanager Version ^2.7
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 org_heigl/mailproxy contains the following files

Loading the files please wait ....