Download the PHP package emakinafr/magento2-cobai without Composer

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

Welcome to COBAI - Magento module 👋

emakina.fr open source licence MI magento version 2.3.x

🐹 What is COBAI Magento module?

COBAI Magento module helps you to transfer your CMS blocks, pages, images, and hierarchies from a platform to another platform.

When you run the export command line, COBAI Magento module creates a package with all your CMS data in your var/export directory. After that, you just need to transfer your archive to the other platform in the var/import directory. Then, run the import command line.

:warning: Don't forget to clean your var/export and var/import directories. Indeed, the import does not delete the imported files so that you can reuse them if you need it.

Why COBAI?

Because COBAI is the abbreviation of COntent Backup And Import - we wanted to have a funny and cute logo -.

Compatibility

COBAI Magento module is compatible with Magento 2.3.x CE and EE versions. If you work with Magento EE version, it keeps your layouts configurations with the PageBuilder.

🛠 Getting Started

Install

You can install the module with Composer.

Usage

To export an archive with pages, blocks, images and hierarchies, you need to run:

To import an archive, you need to run:

To clean your working directory, you need to run:

🚀 Advanced Features

Export Options

Type Option Description
archive export archive to zip file
block export blocks to csv file
image export images to zip file
hierarchy export hierarchies to csv file
page export pages to csv file

If you want to customize the name of your file you can use --file=[name]. You need to specify the path of this file, for example: var/export/archive.zip.

Import Options

Type Option Description
archive import archive to zip file
block import blocks to csv file
image import images to zip file
hierarchy import hierarchies to csv file
page import pages to csv file

Warning


All versions of magento2-cobai with dependencies

PHP Build Version
Package Version
Requires league/csv Version ^9.4
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 emakinafr/magento2-cobai contains the following files

Loading the files please wait ....