Download the PHP package goldinteractive/craft-sitecopy without Composer

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

Site Copy X for Craft CMS 4

This plugin makes it easy to copy the content of an entry from a site to another.

Supported elements

Using the Site Copy X plugin

Copy entry to another site

When editing an entry in the sidebar on the right you will find a toggle to enable site syncing. From there select the site that you want to overwrite with the currently visible content and then just save the entry like normal. Any content of the current site will be automatically copied to the selected site.

It's even possible to copy the current entry to multiple sites.

As the copy will trigger a queue job, the changes might be not be reflected instantaneously in the other sites.

Attention: This action will OVERWRITE all content from the selected site.

Global Sets and assets

In addition to entries, you can also copy global sets and assets. For global sets, you will find the toggle at the very bottom of the content.

Craft Commerce

This plugin is compatible with Craft Commerce products.

Choose the content you want to be copied

In the plugin settings you can configure the content that gets copied from the current entry. Per default it copies only the entries content (without meta data like title and slug)

Activate automatic copy for specific entries

In the plugin settings you can configure the automatic copy function. With this you can configure if some entries should be automatically set to be copied to a specific site.

Requirements

This plugin requires Craft CMS 4.5.11 or later.

Installation

Install using composer require goldinteractive/craft-sitecopy


All versions of craft-sitecopy with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^5.0.0
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 goldinteractive/craft-sitecopy contains the following files

Loading the files please wait ....