Download the PHP
package defectivecode/mjml without Composer
On this page you can find all versions of the php package
defectivecode/mjml. 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.
[English](https://www.defectivecode.com/packages/mjml/en) |
[العربية](https://www.defectivecode.com/packages/mjml/ar) |
[বাংলা](https://www.defectivecode.com/packages/mjml/bn) |
[Bosanski](https://www.defectivecode.com/packages/mjml/bs) |
[Deutsch](https://www.defectivecode.com/packages/mjml/de) |
[Español](https://www.defectivecode.com/packages/mjml/es) |
[Français](https://www.defectivecode.com/packages/mjml/fr) |
[हिन्दी](https://www.defectivecode.com/packages/mjml/hi) |
[Italiano](https://www.defectivecode.com/packages/mjml/it) |
[日本語](https://www.defectivecode.com/packages/mjml/ja) |
[한국어](https://www.defectivecode.com/packages/mjml/ko) |
[मराठी](https://www.defectivecode.com/packages/mjml/mr) |
[Português](https://www.defectivecode.com/packages/mjml/pt) |
[Русский](https://www.defectivecode.com/packages/mjml/ru) |
[Kiswahili](https://www.defectivecode.com/packages/mjml/sw) |
[தமிழ்](https://www.defectivecode.com/packages/mjml/ta) |
[తెలుగు](https://www.defectivecode.com/packages/mjml/te) |
[Türkçe](https://www.defectivecode.com/packages/mjml/tr) |
[اردو](https://www.defectivecode.com/packages/mjml/ur) |
[Tiếng Việt](https://www.defectivecode.com/packages/mjml/vi) |
[中文](https://www.defectivecode.com/packages/mjml/zh)
# Introduction
[MJML](https://mjml.io/) is a markup language specifically designed to simplify the process of coding responsive emails.
Its semantic syntax ensures ease and simplicity, while its extensive library of standard components accelerates
development and reduces the complexity of your email codebase. The open-source engine of MJML generates high-quality,
responsive HTML that adheres to best practices. If you've experienced the frustrations of working with Outlook, this
package is tailored for you.
Our MJML implementation serves as a wrapper for the official MJML API. It enables convenient compilation of MJML into
HTML directly within PHP, _**without the need for NodeJS**_. This package is ideal for PHP applications that wish to
incorporate MJML without the hassle of installing NodeJS and the MJML CLI.
## Example
# Documentation
You may read the [documentation on our website](https://www.defectivecode.com/packages/mjml/en).
# License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
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 defectivecode/mjml contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.