Download the PHP package libre-informatique/email-bundle without Composer

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

SymfonyLibrinfoEmailBundle

Travis Coveralls

Latest Stable Version Latest Unstable Version Total Downloads

About

The Libre Informatique EmailBundle leverages Swiftmailer and the Libre Informatique CoreBundle to provide seemless email and newsletter functionalities. Features include database spooling, configurable spool flush command, email openings and link clicks tracking along with stats display, inline attachments, templating, duplication, ...

Installation

Configuration

Dependencies

But please, refer to the source doc to get up-to-date : https://sonata-project.org/bundles/admin/2-3/doc/reference/installation.html

Just notice that the value is instead of as advised by the Sonata Project... By the way, it means that this access is universal, and not a specific "backend" interface. That's a specificity of a software package that intends to be focused on professional workflows.

Don't forget to publish assets as some features of the bundle such as file upload rely heavily on javascript.

Add the custom form field template to your config.yml:

Spooling

You have to configure two mailers as follows in order to use the database spooling feature (one for direct sned, the other for spool send)

To flush the queue execute the command :

Don't hesitate executing the command with --help as it has more options than the swiftmailer:spool:send

Tracking

If you want to use the tracking functionalities, you need to add an access control rule to your security.yml that will allow anonymous users to access routes with the prefix '/tracking' like so:

That's it !


All versions of email-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
symfony/symfony Version >=3.2
blast-project/core-bundle Version self.version
blast-project/base-entities-bundle Version self.version
blast-project/outer-extension-bundle Version self.version
blast-project/utils-bundle Version self.version
libre-informatique/media-bundle Version self.version
stfalcon/tinymce-bundle Version >=2.1
html2text/html2text Version >=4.0
symfony/swiftmailer-bundle Version ^3.0
friendsofsymfony/jsrouting-bundle Version >=1.6
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 libre-informatique/email-bundle contains the following files

Loading the files please wait ....