2017 © Pedro Peláez
 

library silex-hmac-provider

A simple HMAC provider to Silex Rest APIs.

image

mrprompt/silex-hmac-provider

A simple HMAC provider to Silex Rest APIs.

  • Saturday, October 22, 2016
  • by mrprompt
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1,087 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Silex Hmac

Build Status Code Climate Test Coverage Issue Count SensioLabsInsight Dependency Status Codacy Badge, (*1)

Silex Hmac Service Provider, (*2)

Install

composer require mrprompt/silex-hmac-provider

Usage

use SilexFriends\Hmac\Hmac as HmacServiceProvider;

$app->register(new HmacServiceProvider());

Testing

Just run phpunit without parameters, (*3)

phpunit

License

MIT, (*4)

The Versions

22/10 2016

dev-master

9999999-dev

A simple HMAC provider to Silex Rest APIs.

  Sources   Download

MIT

The Requires

 

The Development Requires