bluzphp / composer-plugin
This custom installer allows you to manage Bluz Skeleton modules with composer.
Installs: 2 187
Dependents: 17
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 2
Type:composer-plugin
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
- dev-master
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.0.0
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.14.3
- 0.0.14.2
- 0.0.14.1
- 0.0.14
- 0.0.12.1
- 0.0.11.5
- 0.0.11.4
- 0.0.11.2
- 0.0.11.1
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- dev-develop
This package is auto-updated.
Last update: 2024-10-15 13:49:01 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