spiffy / spiffy-authorize
此包已废弃且不再维护。未建议替代包。
此包的最新版本(1.1)没有可用的许可信息。
SpiffyCMS 的 ZF2 授权模块(可独立使用)。
1.1
2014-09-08 20:33 UTC
Requires
- php: >=5.4
- zendframework/zend-eventmanager: ~2.2
- zendframework/zend-http: ~2.2
- zendframework/zend-stdlib: ~2.2
Requires (Dev)
- doctrine/common: 2.*
- mockery/mockery: 0.*
- phpunit/phpunit: 3.*
- satooshi/php-coveralls: ~0.6
- spiffy/spiffy-test: dev-master
- zendframework/zend-authentication: ~2.2
- zendframework/zend-config: ~2.2
- zendframework/zend-console: ~2.2
- zendframework/zend-developer-tools: dev-master
- zendframework/zend-form: ~2.2
- zendframework/zend-loader: ~2.2
- zendframework/zend-mvc: ~2.2
- zendframework/zend-permissions-acl: ~2.2
- zendframework/zend-permissions-rbac: ~2.2
- zendframework/zend-serializer: ~2.2
- zendframework/zend-servicemanager: ~2.2
- zendframework/zend-session: ~2.2
- zendframework/zend-view: ~2.2
Suggests
- zendframework/zend-authentication: ~2.2, to use the authentication identity provider
- zendframework/zend-permissions-acl: ~2.2, For authorization using access control lists
- zendframework/zend-permissions-rbac: ~2.2, For authorization using role-based access controler
This package is not auto-updated.
Last update: 2019-02-20 17:28:00 UTC
README
SpiffyAuthorize 是 SpiffyCms 的授权模块,然而,此模块也可以作为一个完全独立的模块使用。
项目状态
文档
请检查 doc
目录 以获取此模块提供的功能的更详细文档。
要求
- PHP 5.4
- Composer
安装
SpiffyAuthorize 的安装使用 composer。有关 composer 的文档,请参考 getcomposer.org。
php composer.phar require spiffy/spiffy-authorize:dev-master
然后将 SpiffyAuthorize
添加到您的 config/application.config.php
文件中。
不使用 composer 的安装不受官方支持,并需要您安装并自动加载 composer.json
中指定的依赖。