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

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

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.