horde / horde-installer-plugin
Horde.org Framework's composer 2.x plugin
Installs: 853
Dependents: 47
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 8
Open Issues: 1
Type:composer-plugin
Requires
- php: >=8.1
- composer-plugin-api: ~2.0
Requires (Dev)
- composer/composer: ~2.0
- friendsofphp/php-cs-fixer: ^3
- phpstan/phpstan: ^2
- phpunit/phpunit: ^12
- dev-FRAMEWORK_6_0
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.6.0
- v2.5.5
- v2.5.4
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.0
- v1.1.1
- v1.1.0
- v1.0.0
- dev-feat/support-proxy-mode-on-older-composer
- dev-feat/autoload-extra-file
- dev-feat/proxy-php
- dev-feat/subdomain-support
- dev-ci/modern-phpunit
- dev-master
This package is auto-updated.
Last update: 2025-05-20 15:08:44 UTC
README
This plugin allows composer-based installation of the Horde 6 Framework and application
Linux
The plugin will create a var/ structure and a web/ structure in the root project. web/ will contain symlinks of applications, javascript and themes content. Supporting configuration for registry and applications is auto-configured. The composer autoloader is injected into the bootstrap process.
Windows
Windows support is preliminary. Symlinks are replaced with copies. This means you will need to run the command
composer horde-reconfigure
much more often and any wizard-generated content is overwritten with the contents of your var/config directory on any update.
Windows support is not well-tested. Patches and issues welcome.