Download the PHP package diamante/email-processing-bundle without Composer

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

DiamanteDesk Email Processing Bundle

All the emails that get to the support email address are automatically retrieved by the DiamanteDesk system in order to create a separate ticket out of each received letter. EmailProcessing Bundle is required for the proper work of this functionality.

Requirements

DiamanteDesk supports OroCRM version 1.8+.

Installation

Add as dependency in composer:

Configuration

To start email processing, run this command on your console:

You can also run and configure email processing from the console. Two commands are available:

This command may be configured through a crontab, allowing to send polls periodically on a given schedule.

This command is only applicable when DiamanteDesk and email server are installed on the same server machine. It includes piping method which has a remarkable advantage over a IMAP, as, when using piping, all the emails get to the system and are converted into tickets or comments immediately, unlike when using IMAP which sends polls to the remote server within scheduled time (at least 1 minute). This advantage allows to quicky react on customer requests or solve any issues on a real-time basis.

Contributing

We appreciate any effort to make DiamanteDesk functionality better; therefore, we welcome all kinds of contributions in the form of bug reporting, patches submitting, feature requests or documentation enhancement. Please refer to the DiamanteDesk guidelines for contributing if you wish to be a part of the project.


All versions of email-processing-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.4
oro/platform Version 1.8.*
beberlei/assert Version 2.*
zendframework/zend-mail Version ~2.1.5
ezyang/htmlpurifier Version 4.6.*
bordeux/email-cleaner Version 0.6.*
michelf/php-markdown Version ~1.4
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 diamante/email-processing-bundle contains the following files

Loading the files please wait ....