PHPackages                             mrprompt/silex-hmac-provider - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mrprompt/silex-hmac-provider

ActiveLibrary[API Development](/categories/api)

mrprompt/silex-hmac-provider
============================

A simple HMAC provider to Silex Rest APIs.

11.1k1PHP

Since Oct 22Pushed 9y agoCompare

[ Source](https://github.com/mrprompt/Silex-Hmac)[ Packagist](https://packagist.org/packages/mrprompt/silex-hmac-provider)[ RSS](/packages/mrprompt-silex-hmac-provider/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Silex Hmac
==========

[](#silex-hmac)

[![Build Status](https://camo.githubusercontent.com/2f933cd6b99ee515c0c8f3c8930198bdf316c8d6e4661de3e7e18fddfd065705/68747470733a2f2f7472617669732d63692e6f72672f53696c6578467269656e64732f486d61632e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SilexFriends/Hmac)[![Code Climate](https://camo.githubusercontent.com/587d1b0b2eeae3c1ef20236b9e04cebabbbed8ca3fc2b179a716e20541e8d6c8/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f486d61632f6261646765732f6770612e737667)](https://codeclimate.com/github/SilexFriends/Hmac)[![Test Coverage](https://camo.githubusercontent.com/b68bd805dd3834697344522dca71ac810852d339344ebe11ef2b8a081572c2ac/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f486d61632f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/SilexFriends/Hmac/coverage)[![Issue Count](https://camo.githubusercontent.com/cb4314e06bead56830f91f37ef654c7d83c49840145840a948e76c2e18ccbd87/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f486d61632f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/SilexFriends/Hmac)[![SensioLabsInsight](https://camo.githubusercontent.com/b0a304609d426dd070cd651272276ed6dcee46931526acaba0b79a463d423c82/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37623865643066632d326635612d346536662d383466642d3033303433306133343832652f6d696e692e706e67)](https://insight.sensiolabs.com/projects/7b8ed0fc-2f5a-4e6f-84fd-030430a3482e)[![Dependency Status](https://camo.githubusercontent.com/94baba0256e4876d21337a28b5d53aa346e934b3994844291afec44cdadc0e39/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535646464653635323338336539303032353030303036642f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/55ddde652383e9002500006d)[![Codacy Badge](https://camo.githubusercontent.com/69dd26283e5febda7b5b386a59e5b4b35424d73be119d9288bdb83b6b9251db5/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f67726164652f3731333562356161336661643430356139386338613366666431376432613434)](https://www.codacy.com/app/mrprompt/silex-hmac-provider)

Silex Hmac Service Provider

Install
-------

[](#install)

```
composer require mrprompt/silex-hmac-provider

```

Usage
-----

[](#usage)

```
use SilexFriends\Hmac\Hmac as HmacServiceProvider;

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

```

Testing
-------

[](#testing)

Just run *phpunit* without parameters

```
phpunit

```

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d08744966e0d5783569605da853ef945dadac0be0f613f2eba6a052861d937a?d=identicon)[mrprompt](/maintainers/mrprompt)

---

Top Contributors

[![mrprompt](https://avatars.githubusercontent.com/u/166088?v=4)](https://github.com/mrprompt "mrprompt (9 commits)")

### Embed Badge

![Health badge](/badges/mrprompt-silex-hmac-provider/health.svg)

```
[![Health](https://phpackages.com/badges/mrprompt-silex-hmac-provider/health.svg)](https://phpackages.com/packages/mrprompt-silex-hmac-provider)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k16](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
