2017 © Pedro Peláez
 

library authentication

鉴权类

image

frowhy/authentication

鉴权类

  • Friday, April 7, 2017
  • by frowhy
  • Repository
  • 3 Watchers
  • 6 Stars
  • 250 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 10 Versions
  • 16 % Grown

The README.md

Authentication

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:, (*1)

composer require frowhy/authentication

Examples

use Frowhy\Authentication\Authentication;

require_once __DIR__ . '/vendor/autoload.php';
header('Content-type: application/json');

$str = 'aaa';
$salt = 'bbb';
$make = Authentication::make($str, $salt);
$state = Authentication::verify($make);
$sign = Authentication::get($make, $salt);

echo json_encode(['make' => $make, 'state' => $state, 'sign' => $sign]);

The Versions

07/04 2017

dev-master

9999999-dev https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

21/12 2016

v2.1.3

2.1.3.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

15/12 2016

v2.1.2

2.1.2.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

12/12 2016

v2.1.1

2.1.1.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

12/12 2016

v2.1.0

2.1.0.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

15/11 2016

v1.0.3

1.0.3.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

15/11 2016

v2.0.0

2.0.0.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

15/11 2016

v1.0.2

1.0.2.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

 

by Avatar frowhy

authentication

15/11 2016

v1.0.1

1.0.1.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by Avatar frowhy

authentication

14/11 2016

v1.0.0

1.0.0.0 https://github.com/frowhy/Authentication

鉴权类

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by Avatar frowhy

authentication