SpiffyAuthorize is an authorization module for SpiffyCms, however, this module functions entirely as a standalone module as well.
Please check the doc
dir
for more detailed documentation on the features provided by this module.
- PHP 5.4
- Composer
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
.