Download the PHP package concrete5-community/blocks_cloner without Composer

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

Build

Blocks Cloner

This repository contains a package for ConcreteCMS that lets you copy blocks between two instances of Concrete.

This works by copying and pasting XML text in the so-called CIF format.

This is also useful for package developers: they can test if new blocks correctly support exporting and importing their data.

Installation Methods

Then, you have to login in your Concrete website, go to the Dashboard > Extend Concrete > Add Functionality, and install the package.

Usage

Simply enter the Edit Mode of a website page.

Exporting Single Blocks

When clicking on a block, the context menu will contain a new "Export Block as XML" entry: click it to copy and paste the CIF text.

Exporting Area Styles and/or Blocks

You can also export custom area styles, as well as all the blocks in an area. To do so, simply click on the area handle: you'll see a new "Export Area as XML" menu item: click on it to export the custom area style and/or the blocks it contains.

Exporting Blocks and Areas

You can choose an area or block to export by selecting it from the page structure. Do to so, simply click the "Export as XML" icon you see in the toolbar. A panel will appear where you can choose the item to export.

Importing Blocks and Area Styles

You can import blocks and/or custom area styles into an area by clicking its handle: the context menu will display a new "Import from XML" entry: click it to paste the CIF to be importer.

In the toolbar you'll also see a new "Import from XML" icon: if you click it, you'll see a panel where you can see all the areas in the page. To add data to a specific area, simply click it.

Do you really want to say thank you?

You can offer me a monthly coffee or a one-time coffee :wink:


All versions of blocks_cloner with dependencies

PHP Build Version
Package Version
Requires concrete5/core Version ^8.5.2 || ^9
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 concrete5-community/blocks_cloner contains the following files

Loading the files please wait ....