Skip to content

kanellov/zf2-authentication

Repository files navigation

zf2-authentication

Build Status

Zend Framework authentication extras

Installation

Install composer in your project:

curl -s https://getcomposer.org/installer | php

Create a composer.json file in your project root:

{
    "require": {
        "kanellov/zf2-authentication": "dev-master"
    }
}

Install via composer:

php composer.phar install

Add this line to your application’s index.php file:

<?php
require 'vendor/autoload.php';

System Requirements

You need PHP >= 5.3.23.

About

Zend Framework authentication extras

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages