spomky-labs/oauth2-server-mac-access-token-bundle

This package is abandoned and no longer maintained. The author suggests using the spomky-labs/oauth2-server-bundle package instead.

Symfony2 OAuth2 Server Configuration Bundle


README

Scrutinizer Code Quality Build Status HHVM Status

SensioLabsInsight

Latest Stable Version Total Downloads Latest Unstable Version License

This bundle will help you create and manage MAC Access Tokens for your OAuth2 Server.

It relies on the OAuth2 Interfaces Project.

The Release Process

The release process is described here.

Prerequisites

This bundle needs at least PHP 5.4 and Symfony v2.3.

It has been successfully tested using:

  • PHP: PHP 5.4 to PHP 5.6 and HHVM.
  • Symfony: v2.3.x to v2.6.x.

Installation

The preferred way to install this library is to rely on Composer:

composer require "spomky-labs/oauth2-server-mac-access-token-bundle" "~4.0"

Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        ...
        new SpomkyLabs\OAuth2ServerMacAccessTokenBundle\SpomkyLabsOAuth2ServerMacAccessTokenBundle(),
    );
}

How to use

See this page for more information.

Contributing

Requests for new features, bug fixed and all other ideas to make this bundle useful are welcome. Please follow these best practices.

Licence

This bundle is release under MIT licence.