Giter Club home page Giter Club logo
Composer synchronizer photo

composer-synchronizer Goto Github PK

repos: 4.0 gists: 0.0

Name: Composer synchronizer

Type: Organization

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

Composer Synchronizer

Build Status PHPStan

  • 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.

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.

Note

Requests on remote configuration files are limited by Github rate limit.

Composer synchronizer's Projects

composer-synchronizer icon composer-synchronizer

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.