https://github.com/bluzphp/module-auth-twitter
Module Auth by Twitter for Bluz framework
https://github.com/bluzphp/module-auth-twitter
bluz-module
Last synced: about 2 months ago
JSON representation
Module Auth by Twitter for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-auth-twitter
- Owner: bluzphp
- License: mit
- Created: 2016-11-21T15:36:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T10:15:13.000Z (about 4 years ago)
- Last Synced: 2025-01-19T15:39:07.525Z (about 1 year ago)
- Topics: bluz-module
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module auth-twitter for Bluz Skeleton
## Achievements
[](https://php.net/)
[](https://packagist.org/packages/bluzphp/module-auth-twitter)
[](https://travis-ci.org/bluzphp/module-auth-twitter)
[](https://scrutinizer-ci.com/g/bluzphp/module-auth-twitter/)
[](https://packagist.org/packages/bluzphp/module-auth-twitter)
[](https://packagist.org/packages/bluzphp/module-auth-twitter)
## Usage
### Install module
To install the module run the command:
```bash
php /vendor/bin/bluzman module:install auth-twitter
```
### Configure
Create an application at Applications page (https://apps.twitter.com/),
than setup *Consumer Key (API Key)* and *Consumer Secret (API Secret)*
inside *Twitter* section of the `auth.php` configuration.
### Remove module
To remove the module, run the command:
```bash
php /vendor/bin/bluzman module:remove auth-twitter
```