Download the PHP package kanellov/zf2-authentication without Composer
On this page you can find all versions of the php package kanellov/zf2-authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kanellov/zf2-authentication
More information about kanellov/zf2-authentication
Files in kanellov/zf2-authentication
Download kanellov/zf2-authentication
More information about kanellov/zf2-authentication
Files in kanellov/zf2-authentication
Vendor kanellov
Package zf2-authentication
Short Description Zend Framework 2 Authentication extras
License MIT
Homepage https://github.com/kanellov/zf2-authentication
Package zf2-authentication
Short Description Zend Framework 2 Authentication extras
License MIT
Homepage https://github.com/kanellov/zf2-authentication
Keywords AuthenticationZend Framework
Please rate this library. Is it a good library?
Informations about the package zf2-authentication
zf2-authentication
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.
All versions of zf2-authentication with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.23
zendframework/zend-authentication Version ~2.0
jasig/phpcas Version 1.3.*@dev
zendframework/zend-authentication Version ~2.0
jasig/phpcas Version 1.3.*@dev
The package kanellov/zf2-authentication contains the following files
Loading the files please wait ....