Download the PHP package mailchimp/mc-magento2 without Composer

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

Labels applied by the team

Label Description
bug Bug report contains sufficient information to reproduce. Will be solved for associated Milestone.
enhancement Improvement accepted. Will be added for associated Milestone.
done Issue has been solved and will be applied in the associated Milestone.
duplicate Issue has been already reported and will be closed with no further action.
wrong issue format Issue has not been created according to requirements at the Issue reporting guidelines. Will be closed until requirements are met.
feature request Feature request to be considered by the team. After approval will be labeled as enhancement.
could not replicate The team was not able to replicate issue. It will be closed until missing information is given.
contact support Contact our support team at [email protected]. Issue will be closed with no further action.
low priority Issue is considered as low priority by the team.
priority Issue is considered as high priority by the team.
conflict Issue reports a conflict with other third party extension.
need feedback Feedback is required to continue working on the issue. If there is no answer after a week it will be closed.
blocked Issue can not be solved due to external causes.
read documentation Issue will be closed. Available documentation: MailChimp For Magento doc

Issue reporting guidelines

To maintain an effective bugfix workflow and make sure issues will be solved in a timely manner we kindly ask reporters to follow some simple guidelines.

Before creating an issue, please do the following:

If you are sure that the problem you are experiencing is caused by a bug, file a new issue in a Github issue tracker following the recommendations below.

Title

Title is a vital part of bug report for developer and triager to quickly identify a unique issue. A well written title should contain a clear, brief explanation of the issue, making emphasis on the most important points.

Good example would be:

Unable to place order with Virtual product and PayPal.

Unclear example:

Can't checkout.

Issue Description

Preconditions

Describing preconditions is a great start, provide information on system configuration settings you have changed, detailed information on entities created (Products, Customers, etc), Magento and mc-magento versions. Basically, everything that would help developer set up the same environment as you have.

Example:

1. Magento CE 2.0.1 without sample data is installed.
2. mc-magento 1.0.6.
3. Test category is set up.
4. Virtual Product is created and assigned to the Test Category.
...

Steps to reproduce

This part of the bug report is the most important, as developer will use this information to reproduce the issue. Problem is more likely to be fixed if it can be reproduced.

Precisely describe each step you have taken to reproduce the issue. Try to include as much information as possible, sometimes even minor differences can be crucial.

Example:

1. Navigate to storefront as a guest.
2. Open Test Category.
3. Click "Add to Cart" on the Virtual Product.
4. Open mini shopping cart and click "Proceed to Checkout".
...

Actual and Expected result

To make sure that everybody involved in the fix are on the same page, precisely describe the result you expected to get and the result you actually observed after performing the steps.

Example:

Expected result:
Order is placed successfully, customer is redirected to the success page.
Actual result:
"Place order" button is not visible, order cannot be placed.

Additional information

Additional information is often requested when the bug report is processed, you can save time by providing Magento and browser logs, screenshots, any other artifacts related to the issue at your own judgement.

Pull requests

Before creating a pull request please make sure to follow this guidelines or it will be rejected.


All versions of mc-magento2 with dependencies

PHP Build Version
Package Version
Requires magento/framework Version 103.0.*
ebizmarts/mailchimp-lib Version >=3.0.38
ext-json Version *
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 mailchimp/mc-magento2 contains the following files

Loading the files please wait ....