2017 © Pedro Peláez
 

composer-plugin composer-synchronizer

Composer plugin that synchronizes files from vendor and simplifies package installation and configuration (UNOFFICIAL).

image

composer-synchronizer/composer-synchronizer

Composer plugin that synchronizes files from vendor and simplifies package installation and configuration (UNOFFICIAL).

  • Thursday, May 31, 2018
  • by Machy8
  • Repository
  • 1 Watchers
  • 5 Stars
  • 193 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 4 Versions
  • 21 % Grown

The README.md

Composer Synchronizer

Build Status PHPStan, (*1)

  • Composer Synchronizer is a composer plugin that synchronizes files from vendor and simplifies package installation and configuration.
  • It allows you to configure any package for any framework and synchronize or configure it automatically during the package installation.

, (*2)

Docs

Usage - 3 steps (example with Nette framework)

  • Install the Synchronizer plugin.
composer require composer-synchronizer/composer-synchronizer
  • Add composer synchronizer configuration into your project composer.json file.
"extra": {
    "composer-synchronizer": {
        "project-type": "nette2"
    }
}
  • Install package that contains composer synchronizer configuration for nette2 or has the configuration in the Github repository.
composer require machy8/webloader
  • Composer synchronizer will create a webtemp directory, file for loading extensions files and it will copy the webloader extension file into the configuration directory.
  • To make it all works, just load the configuration file composer-synchronizer.neon in your bootstrap.php file.

Supported frameworks

Using other framework?

Is the synchronizer for your framework missing? Send a pull request. It is easy to create a custom synchronizer. Just take a look at the docs., (*3)

Note

Requests on remote configuration files are limited by Github rate limit., (*4)

The Versions

31/05 2018

dev-master

9999999-dev

Composer plugin that synchronizes files from vendor and simplifies package installation and configuration (UNOFFICIAL).

  Sources   Download

BSD-3-Clause

The Requires

  • php >= 7.1
  • composer-plugin-api ^1.1

 

The Development Requires

plugin composer composer-synchronizer

10/05 2018

v1.1.1

1.1.1.0

Composer plugin that synchronizes files from vendor and simplifies package installation and configuration (UNOFFICIAL).

  Sources   Download

BSD-3-Clause

The Requires

  • php >= 7.1
  • composer-plugin-api ^1.1

 

The Development Requires

plugin composer composer-synchronizer

08/05 2018

v1.1.0

1.1.0.0

Composer plugin that synchronizes files from vendor and simplifies package installation and configuration (UNOFFICIAL).

  Sources   Download

BSD-3-Clause

The Requires

  • php >= 7.1
  • composer-plugin-api ^1.1

 

The Development Requires

plugin composer composer-synchronizer

02/05 2018

v1.0.0

1.0.0.0

Composer plugin that synchronizes files from vendor and simplifies package installation and configuration (UNOFFICIAL).

  Sources   Download

BSD-3-Clause

The Requires

  • php >= 7.1
  • composer-plugin-api ^1.1

 

The Development Requires

plugin composer composer-synchronizer