Download the PHP package smaily/smailyformagento without Composer

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

Smaily email marketing and automation extension for Magento.

Automatically synchronize newsletter subscribers to a Smaily subscribers list, generate RSS-feed based on products for easy template import and send new newsletter subscribers directly to Smaily.

Features

Magento Newsletter Subscribers

Magento Products RSS-feed

Two-way synchronization between Smaily and Magento

Abandoned cart notification

Requirements

This extension is built for Magento 2.3 and newer.

Check specific PHP, web server, database, etc requirements for your preferred Magento version from Magento technology stack requirements.

Documentation & Support

Online documentation and code samples are available via our Help Center.

Contribute

All development for Smaily for Magento is handled via GitHub. Opening new issues and submitting pull requests are welcome.

Installation

Make sure you have Magento 2.3 (or newer) installed.

Installing via Composer (recommended)

In Magento's root directory run:

$ composer require smaily/smailyformagento:version

Manual installation

  1. Download ZIP-file from Magento Marketplace or repository's releases section;
  2. Extract downloaded ZIP-file to your Magento's app/code/Smaily/SmailyForMagento directory.

After installation

Ensure Smaily for Magento is enabled:

$ php bin/magento module:status Smaily_SmailyForMagento

You should see "Module is enabled".

If extension is disabled, you can enable it by running:

$ php bin/magento module:enable Smaily_SmailyForMagento

Ensure Magento extension updates are applied:

$ php bin/magento setup:upgrade

Usage

  1. Go to StoresConfigurationSmaily email marketing and automation → and click Module Configuration;
  2. Open General Settings section;
  3. Insert your Smaily API credentials and press Save Config to get started;
  4. Under Newsletter subscription form section select if you like to send newsletters subscribers to Smaily on sign-up;
  5. Under Subscribers synchronization section you can enable automatic newsletter subscribers syncronization, configure synchronized fields, synchronization frequency and last synchronization datetime;
  6. Under Abandoned Cart section you can enable automatic reminder emails for abandoned carts, configure abandoned cart automation, fields and delay time;
  7. That's it, your Magento store is now integrated with Smaily!

Frequently Asked Questions

Where I can find data-log for CRON?

CRON update data-log is stored in the var/log/ folder of Magento store. Newsletter subscribers synchronization log is saved in smly_customer_cron.log file and Abandoned Cart log is stored in smly_cart_cron.log.

How can I filter RSS-feed output by category and limit results?

You can access RSS feed by visiting ulr store_url/smaily/rss/feed and you can add parameters (category and limit) by appending them to URL separated with slashes. For example store_url/smaily/rss/feed/category/bikes/limit/10. Regular RSS-feed shows 50 last products.

How can I access additional Abandoned cart parameters in Smaily template editor?

Here is a list of all the parameters available in Smaily email templating engine:

Up to 10 products can be received in Smaily templating engine. You can refrence each product with number 1-10 behind parameter name:

Also you can determine if customer had more than 10 items in cart:

Troubleshooting

Regular export fails to run

Usually a good place to start would be to check Magento CRON's Schedule Ahead for value. We have found that value of 60 works the best, if you are running daily exports.


All versions of smailyformagento with dependencies

PHP Build Version
Package Version
No informations.
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 smaily/smailyformagento contains the following files

Loading the files please wait ....