bluzphp / composer-plugin
This custom installer allows you to manage Bluz Skeleton modules with composer.
Package info
github.com/bluzphp/composer-plugin
Type:composer-plugin
pkg:composer/bluzphp/composer-plugin
2.4.0
2021-07-01 10:10 UTC
Requires
- php: >=7.3
- composer-plugin-api: ^2.0
- symfony/filesystem: ~5.3
- symfony/finder: ~5.3
Requires (Dev)
- composer/composer: ^2.0
- composer/installers: ~1.11
- phpunit/phpunit: ~9.5
- squizlabs/php_codesniffer: ~3.6
This package is auto-updated.
Last update: 2026-06-15 17:28:13 UTC
README
Achievements
Features
- The modules installer for bluz skeleton
Requirements
- PHP: 7.3 (or later)
Available modules
- bluzphp/module-auth-google
- bluzphp/module-auth-twitter
- bluzphp/module-auth-facebook
- bluzphp/module-categories
- bluzphp/module-contact-us
- bluzphp/module-media
- bluzphp/module-options
- bluzphp/module-phones — under development
- bluzphp/module-profile
- bluzphp/module-push — under development
- bluzphp/module-test
- bluzphp/module-wallet — under development
Usage
Install module
To install the module run the command:
php ./vendor/bin/bluzman module:install options
You can enter the environment
php ./vendor/bin/bluzman module:install options --env production
Remove module
To remove the module, run the command:
php ./vendor/bin/bluzman module:remove options
License
The project is developed by NIX PHP team and distributed under MIT LICENSE