/spiffy-authorize

SpiffyAuthorize is an authorization module for SpiffyCms (but can be used standalone).

Primary LanguagePHP

SpiffyAuthorize

SpiffyAuthorize is an authorization module for SpiffyCms, however, this module functions entirely as a standalone module as well.

Project Status

Master Branch Build Status Coverage Status Dependency 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.