Skip to content

[READONLY] Subtree split of andreaswolf/fractor.git/extension-installer

License

Notifications You must be signed in to change notification settings

andreaswolf/fractor-extension-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractor Extension Installer

Composer plugin for automatic installation of Fractor extensions.

Usage

composer require --dev a9f/fractor-extension-installer

Instructions for extension developers

It's best to set the extension's composer package type to fractor-extension for this plugin to be able to recognize it and to be discoverable on Packagist.

Add fractor key in the extension composer.json's extra section:

{
    "extra": {
        "fractor": {
            "includes": [
                "config/config.php"
            ]
        }
    }
}

Limitations

The extension installer depends on Composer script events, therefore you cannot use --no-scripts flag.

Acknowledgment

This package is heavily inspired by phpstan/extension-installer by Ondřej Mirtes. Thank you.

Development

Development happens in the Fractor monorepo on GitHub

About

[READONLY] Subtree split of andreaswolf/fractor.git/extension-installer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages