2017 © Pedro Peláez
 

joomla-package authentication

Joomla Authentication Package

image

joomla/authentication

Joomla Authentication Package

  • Saturday, July 14, 2018
  • by mbabker
  • Repository
  • 6 Watchers
  • 4 Stars
  • 2,386 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 7 Versions
  • 27 % Grown

The README.md

The Authentication Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

The authentication package provides a simple interface to authenticate users in a Joomla Framework application. It is completely decoupled from the application class and provides the ability to implement custom authentication strategies., (*2)

Installation via Composer

Add "joomla/authentication": "~1.0" to the require block in your composer.json and then run composer install., (*3)

{
    "require": {
        "joomla/authentication": "~1.0"
    }
}

Alternatively, you can simply run the following from the command line:, (*4)

composer require joomla/authentication "~1.0"

If you want to include the test sources and docs, use, (*5)

composer require --prefer-source joomla/authentication "~1.0"

The Versions

14/07 2018

dev-2.0-dev

dev-2.0-dev https://github.com/joomla-framework/authentication

Joomla Authentication Package

  Sources   Download

GPL-2.0+ GPL-2.0-or-later

The Requires

  • php ~7.0

 

The Development Requires

authentication framework joomla

30/06 2018
28/09 2014

1.0.1

1.0.1.0 https://github.com/joomla-framework/authentication

Joomla Authentication Package

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

authentication framework joomla

16/02 2014

1.0.0

1.0.0.0 https://github.com/joomla-framework/authentication

Joomla Authentication Package

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

authentication framework joomla