https://github.com/bluzphp/composer-plugin
Custom installer allows you to manage Bluz Skeleton modules with composer
https://github.com/bluzphp/composer-plugin
composer
Last synced: 25 days ago
JSON representation
Custom installer allows you to manage Bluz Skeleton modules with composer
- Host: GitHub
- URL: https://github.com/bluzphp/composer-plugin
- Owner: bluzphp
- License: mit
- Created: 2016-11-21T09:08:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T08:33:39.000Z (almost 4 years ago)
- Last Synced: 2025-05-10T09:39:14.846Z (9 months ago)
- Topics: composer
- Language: PHP
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Composer Installer for Bluz
## Achievements
[](https://php.net/)
[](https://packagist.org/packages/bluzphp/composer-plugin)
[](https://travis-ci.org/bluzphp/composer-plugin)
[](https://scrutinizer-ci.com/g/bluzphp/composer-plugin/)
[](https://packagist.org/packages/bluzphp/composer-plugin)
[](https://packagist.org/packages/bluzphp/composer-plugin)
## Features
* The modules installer for bluz skeleton
## Requirements
* PHP: 7.3 (or later)
## Available modules
* [bluzphp/module-auth-google](https://github.com/bluzphp/module-auth-google)
* [bluzphp/module-auth-twitter](https://github.com/bluzphp/module-auth-twitter)
* [bluzphp/module-auth-facebook](https://github.com/bluzphp/module-auth-facebook)
* [bluzphp/module-categories](https://github.com/bluzphp/module-categories)
* [bluzphp/module-contact-us](https://github.com/bluzphp/module-contact-us)
* [bluzphp/module-media](https://github.com/bluzphp/module-media)
* [bluzphp/module-options](https://github.com/bluzphp/module-options)
* [bluzphp/module-phones](https://github.com/bluzphp/module-phones) — under development
* [bluzphp/module-profile](https://github.com/bluzphp/module-profile)
* [bluzphp/module-push](https://github.com/bluzphp/module-push) — under development
* [bluzphp/module-test](https://github.com/bluzphp/module-test)
* [bluzphp/module-wallet](https://github.com/bluzphp/module-wallet) — under development
## Usage
### Install module
To install the module run the command:
```bash
php ./vendor/bin/bluzman module:install options
```
You can enter the environment
```bash
php ./vendor/bin/bluzman module:install options --env production
```
### Remove module
To remove the module, run the command:
```bash
php ./vendor/bin/bluzman module:remove options
```
## License
The project is developed by [NIX][1] PHP team and distributed under [MIT LICENSE][2]
[1]: http://nixsolutions.com
[2]: https://raw.github.com/bluzphp/composer-plugin/master/LICENSE.md