kanellov/zf2-authentication

Zend Framework 2 Authentication extras

Installs: 23

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kanellov/zf2-authentication

0.1.0 2015-03-03 13:34 UTC

This package is not auto-updated.

Last update: 2025-10-11 21:22:41 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.