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
Requires
- php: >=5.3.23
- jasig/phpcas: 1.3.*@dev
- zendframework/zend-authentication: ~2.0
Requires (Dev)
- funkatron/funit: 0.6.0
This package is not auto-updated.
Last update: 2025-10-11 21:22:41 UTC
README
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.