Download the PHP package netresearch/nr-sync without Composer

On this page you can find all versions of the php package netresearch/nr-sync. 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 nr-sync

nr_sync - TYPO3 Content Synchronization

Crowdin Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Introduction

NOTE: Please be aware that this extension is an alpha version. A lot of refactoring and development is still required to make it "production" ready. Contribution appriciated .

Description

The extension provides an easy and editor friendly way to prepare the content for a synchronization to other environments e.g. live, testing or development systems. All the synchronizations can be done complete or incremental to keep the required load to an absolute minimum. The extension won't do the synchronization by itself.

Synchronization procedure

  1. After creating new or changing existing content, the editor can open the module, can choose the content type and will have access only to the content he is allowed to change. The editor can perform a full synchronization. So all the content from a choosen table will be prepared for the synchronization. It's also possible to avoid a full sync and execute an incremental sync. So, only elements newer or changed since last sync will be added to the new sync.
  2. After creating all the dump files required for the synchronization you will find a folder called db in the root directory of TYPO3. There you will find subfolders with the target names and within all the required files.
  3. The task to transfer the files to the targets systems and apply them to the databases isn't supported by the extension itself.

Technical Notes

Hooks

postProcessMenu

Hook to post process the mod menu.
Used to add mod menu entry

preProcessSync

Hook to pre process variables controlling the sync process.
Used to configure the sync process to include tables, pages
or or whatever the sync tool supports.

postProcessSync

Hook called after sync process finished.
Used to run additional processing or do other stuff required for syncing.

Register a hook class::

$TYPO3_CONF_VARS['SC_OPTIONS']['nr_sync/mod1/index.php']
    ['hookClass'][$_EXTKEY] = 'Example_Sync';

Features

Installation

Configuration

Lock Sync-Module

The Sync module can be locked by Admins. Just select the "Lock Sync Module" Option in the module.

Message for users in case of active lock

Message for editors, if the Sync Module is locked.

ToDos


All versions of nr-sync with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^8.7|^9.5
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 netresearch/nr-sync contains the following files

Loading the files please wait ....