2017 © Pedro Peláez
 

project token-assistant

Token Management based Redis

image

wudege/token-assistant

Token Management based Redis

  • Sunday, February 5, 2017
  • by wudege
  • Repository
  • 1 Watchers
  • 2 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Token Management based Redis

Software License Build Status Scrutinizer Code Quality Coverage Status Latest Stable Version Total Downloads Twitter URL, (*1)

INSTALL

  • Use the composer command or the composer.json file. That's the recommend way. And the SDK is here wudege/token-assistant
$ composer require wudege/token-assistant

USAGE


require __DIR__ . '/vendor/autoload.php'; $config = array( 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, ); $userId = 9527; $client = new \Predis\Client($config); $dispatcher = new \TokenAssistant\TokenDispatcher($client); $token = $dispatcher->assign($userId);

TEST

bash $ ./vendor/bin/phpunit tests/TokenAssistant/Tests, (*2)

LICENSE

The MIT License (MIT). License File., (*3)

The Versions

05/02 2017

dev-master

9999999-dev

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wudege

05/02 2017

v1.0.6

1.0.6.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wudege

05/02 2017

v1.0.5

1.0.5.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wudege

05/02 2017

v1.0.4

1.0.4.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar wudege

05/02 2017

v1.0.3

1.0.3.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Davis

25/11 2016

v1.0.2

1.0.2.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Davis

23/11 2016

v1.0.1

1.0.1.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Davis

10/11 2016

v1.0.0

1.0.0.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Davis

09/11 2016

v0.0.1

0.0.1.0

Token Management based Redis

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar Davis