2017 © Pedro Peláez
 

library identity

image

personal-galaxy/identity

  • Saturday, July 21, 2018
  • by Baptouuuu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1000 % Grown

The README.md

Identity

master develop
Scrutinizer Code Quality Scrutinizer Code Quality
Code Coverage Code Coverage
Build Status Build Status

Model to manage logins via password, or combined via a 2fa code., (*1)

Installation

composer require personal-galaxy/identity

Usage

The only entry point to use the model are the commands, you should use a command bus in order to bind the commands to their handler., (*2)

You also need to implement the repository interface in order to persist the identities., (*3)

The Versions