mrprompt/silex-hmac-provider

A simple HMAC provider to Silex Rest APIs.

Maintainers

Package info

github.com/mrprompt/Silex-Hmac

pkg:composer/mrprompt/silex-hmac-provider

Statistics

Installs: 1 093

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2016-10-22 16:06 UTC

This package is auto-updated.

Last update: 2026-02-21 09:09:53 UTC


README

Build Status Code Climate Test Coverage Issue Count SensioLabsInsight Dependency Status Codacy Badge

Silex Hmac Service Provider

Install

composer require mrprompt/silex-hmac-provider

Usage

use SilexFriends\Hmac\Hmac as HmacServiceProvider;

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

Testing

Just run phpunit without parameters

phpunit

License

MIT