An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Module auth-twitter for Bluz Skeleton
## Achievements

[![PHP >= 7.1+](https://img.shields.io/packagist/php-v/bluzphp/module-auth-twitter.svg?style=flat)](https://php.net/)

[![Latest Stable Version](https://img.shields.io/packagist/v/bluzphp/module-auth-twitter.svg?label=version&style=flat)](https://packagist.org/packages/bluzphp/module-auth-twitter)

[![Build Status](https://img.shields.io/travis/bluzphp/module-auth-twitter/master.svg?style=flat)](https://travis-ci.org/bluzphp/module-auth-twitter)

[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bluzphp/module-auth-twitter.svg?style=flat)](https://scrutinizer-ci.com/g/bluzphp/module-auth-twitter/)

[![Total Downloads](https://img.shields.io/packagist/dt/bluzphp/module-auth-twitter.svg?style=flat)](https://packagist.org/packages/bluzphp/module-auth-twitter)

[![License](https://img.shields.io/packagist/l/bluzphp/module-auth-twitter.svg?style=flat)](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
```