kanellov/zf2-authentication

Zend Framework 2 Authentication extras

0.1.0 2015-03-03 13:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:41:16 UTC


README

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.