2017 © Pedro Peláez
 

library phalcon-auth

Auth component for Phalcon.

image

sidroberts/phalcon-auth

Auth component for Phalcon.

  • Wednesday, February 24, 2016
  • by SidRoberts
  • Repository
  • 3 Watchers
  • 2 Stars
  • 268 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

Sid\Phalcon\Auth

Auth component for Phalcon., (*1)

Passwords are created using Phalcon\Encryption\Security::hash() and verified using Phalcon\Encryption\Security::checkHash()., (*2)

GitHub Workflow Status GitHub release, (*3)

GitHub issues GitHub pull requests, (*4)

Version Requirements

, (*5)

, (*6)

Installing

Install using Composer:, (*7)

{
    "require": {
        "sidroberts/phalcon-auth": "dev-master"
    }
}

Documentation

See the Wiki., (*8)

License

Licensed under the MIT License. © Sid Roberts, (*9)

The Versions

24/02 2016

dev-master

9999999-dev

Auth component for Phalcon.

  Sources   Download

MIT

The Requires

  • php >= 5.4
  • ext-phalcon >= 2.0.0

 

The Development Requires