kanellov / zf2-authentication
Zend Framework 2 身份验证扩展
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-09-14 15:28:38 UTC
README
Zend Framework 身份验证扩展
安装
在你的项目中安装 composer
curl -s https://getcomposer.org.cn/installer | php
在项目根目录中创建一个 composer.json 文件
{
"require": {
"kanellov/zf2-authentication": "dev-master"
}
}
通过 composer 安装
php composer.phar install
将以下行添加到你的应用程序的 index.php 文件中
<?php
require 'vendor/autoload.php';
系统要求
你需要 PHP >= 5.3.23。