https://github.com/bluzphp/module-auth
Module Auth for Bluz framework
https://github.com/bluzphp/module-auth
bluz-module
Last synced: about 2 months ago
JSON representation
Module Auth for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-auth
- Owner: bluzphp
- License: mit
- Created: 2016-11-21T15:37:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T10:15:23.000Z (about 4 years ago)
- Last Synced: 2025-05-20T10:54:54.741Z (9 months ago)
- Topics: bluz-module
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module auth for Bluz Skeleton
## Achievements
[](https://packagist.org/packages/bluzphp/module-auth)
[](https://travis-ci.org/bluzphp/module-auth)
[](https://scrutinizer-ci.com/g/bluzphp/module-auth/)
[](https://packagist.org/packages/bluzphp/module-auth)
[](https://packagist.org/packages/bluzphp/module-auth)
## Usage
### Install module
To install the module run the command:
```bash
php /vendor/bin/bluzman module:install auth
```
### Remove module
To remove the module, run the command:
```bash
php /vendor/bin/bluzman module:remove auth
```