kanellov / zf2-authentication
Zend Framework 2 Authentication extras
0.1.0
2015-03-03 13:34 UTC
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: 2024-10-26 16:02:36 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.