spiffy / spiffy-authorize
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.1) of this package.
ZF2 authorization module for SpiffyCMS (can be used standalone).
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 is an authorization module for SpiffyCms, however, this module functions entirely as a standalone module as well.
Project Status
Documentation
Please check the doc dir
for more detailed documentation on the features provided by this module.
Requirements
- PHP 5.4
- Composer
Installation
Installation of SpiffyAuthorize uses composer. For composer documentation, please refer to getcomposer.org.
php composer.phar require spiffy/spiffy-authorize:dev-master
Then add SpiffyAuthorize to your config/application.config.php
Installation without composer is not officially supported, and requires you to install and autoload
the dependencies specified in the composer.json.