Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bariseser committed Aug 1, 2019
1 parent 07c1ee0 commit 35b2e75
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Password Hash Manager provides secure Bcrypt, Argon2i (PHP>=7.2) or Argon2id (PHP>=7.3) hashing for storing user passwords or etc.

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/bariseser/password-hash/issues)
[![Latest Stable Version](https://poser.pugx.org/bariseser/password-hash/v/stable)](https://packagist.org/packages/bariseser/password-hash)
[![Total Downloads](https://poser.pugx.org/bariseser/password-hash/downloads)](https://packagist.org/packages/bariseser/password-hash)
[![License](https://poser.pugx.org/bariseser/password-hash/license)](https://packagist.org/packages/bariseser/password-hash)
[![Build Status](https://travis-ci.org/bariseser/password-hash.svg?branch=master)](https://travis-ci.org/bariseser/password-hash)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/bariseser/php-password-hash/issues)
[![Latest Stable Version](https://poser.pugx.org/bariseser/hashmanager/v/stable)](https://packagist.org/packages/bariseser/hashmanager)
[![Total Downloads](https://poser.pugx.org/bariseser/hashmanager/downloads)](https://packagist.org/packages/bariseser/hashmanager)
[![License](https://poser.pugx.org/bariseser/hashmanager/license)](https://packagist.org/packages/bariseser/hashmanager)
[![Build Status](https://travis-ci.org/bariseser/php-password-hash.svg?branch=master)](https://travis-ci.org/bariseser/password-hash)

## Requirement

Expand All @@ -20,7 +20,7 @@ Password Hash Manager provides secure Bcrypt, Argon2i (PHP>=7.2) or Argon2id (PH

Password Hash Manager installation is very simple. Open the terminal and run this command

`composer require bariseser/hashmanager`
`composer require bariseser/password-hash`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bariseser/password-hash",
"name": "bariseser/hashmanager",
"description": "PHP hash manager for password hashing.",
"keywords": ["php", "hashing", "package","bariseser", "password hash", "hash", "encrypt", "decrypt", "Bcrypt", "Argon2", "Argon2id"],
"license": "MIT",
Expand Down

0 comments on commit 35b2e75

Please sign in to comment.