Download the PHP package philippoehrlein/kirby-email-manager without Composer

On this page you can find all versions of the php package philippoehrlein/kirby-email-manager. 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 kirby-email-manager

Kirby Email Manager

License Version

The Email Manager is a powerful plugin for Kirby CMS that simplifies email form creation and management. Designed for developers, it ensures a seamless experience while giving CMS users the flexibility to adapt content dynamically.

Complete documentation is available in the Email Manager Documentation.

Features

Installation

Composer Installation (recommended)

Run the following command in your site's root folder:

Manual Installation

  1. Download and extract the plugin
  2. Copy the kirby-email-manager folder to /site/plugins/

Quick Start

1. Configure Kirby for Email Sending

In your Kirby configuration file (site/config/config.php), set up the email transport settings. It's recommended to use a noreply email address for sending emails:

⚠️ Don't store credentials directly in the production configuration. Consider using the Kirby ENV Plugin to manage sensitive credentials.

2. Create the Email Template

Blueprint

Create the file site/blueprints/emails/contact-form.yml:

Email Template File (optional)

If you don't create custom templates, the plugin uses built-in default templates (mail + reply). To customize, create site/templates/emails/contact-form/mail.text.php:

3. Add the Form to a Page

Blueprint

Create site/blueprints/pages/contact.yml:

Page Template

Create site/templates/contact.php:

4. Create Contact Page

  1. In the Kirby panel, create a new page using the Contact Page blueprint
  2. Select the Contact Form template
  3. Enter the recipient email address
  4. Set up success title and message for form submissions

Your contact form is now ready to use!

License

Please read the full license terms in LICENSE.md. For questions, use the contact form on the website.

Support


All versions of kirby-email-manager with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1.0
getkirby/composer-installer Version ^1.2
symfony/console Version ^7.2
getkirby/cli Version ^1.0
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 philippoehrlein/kirby-email-manager contains the following files

Loading the files please wait ...