PHPackages                             vjroby/laravel-nonce - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. vjroby/laravel-nonce

ActiveLibrary[HTTP &amp; Networking](/categories/http)

vjroby/laravel-nonce
====================

This is a package for integrating nonces in Laravel in requests

v1.1.1(10y ago)342.8k1MITPHPPHP &gt;=5.4.0

Since Feb 11Pushed 10y ago2 watchersCompare

[ Source](https://github.com/vjroby/laravel-nonce)[ Packagist](https://packagist.org/packages/vjroby/laravel-nonce)[ Docs](https://github.com/vjroby/laravel-nonce)[ RSS](/packages/vjroby-laravel-nonce/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (7)Used By (0)

[![Build Status](https://camo.githubusercontent.com/40d9802901b1b5a3cbe005b741a0f59ab953d471ea07bee37b7923b0d082022e/68747470733a2f2f7472617669732d63692e6f72672f766a726f62792f6c61726176656c2d6e6f6e63652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/vjroby/laravel-nonce)\#This is a Laravel package for using Nonces for HTTP Requests.

Instalation:

Using Composer, just add

```
"vjroby/laravel-nonce": "1.1.0"

```

to your `compsoer.json` file and run a compposer update

add to app providers:

```
'Vjroby\LaravelNonce\LaravelNonceServiceProvider'

```

and to aliases:

```
'Nonce'			=> 'Vjroby\LaravelNonce\Facades\NonceFacade',

```

so it can be used as static class in the project.

For creating the table:

`php artisan vjroby-laravel-nonce:migrations`

It will create `2014_12_18_133440_create_nonce_table migration.php` file,

and then:

`php artisan migrate`

For publishing configuration file:

`php artisan config:publish vjroby/laravel-nonce`

For integrating with DynamoDB follow the configuration file.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 97% 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.

###  Release Activity

Cadence

Every ~57 days

Total

5

Last Release

3878d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71d9d411db2b8022ba69db0655f883b700bddf6e60c4fde5b278fba25e609d3e?d=identicon)[vjroby](/maintainers/vjroby)

---

Top Contributors

[![vjroby](https://avatars.githubusercontent.com/u/3692749?v=4)](https://github.com/vjroby "vjroby (32 commits)")[![robert-dinu](https://avatars.githubusercontent.com/u/9413440?v=4)](https://github.com/robert-dinu "robert-dinu (1 commits)")

---

Tags

httplaravelrestnonce

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vjroby-laravel-nonce/health.svg)

```
[![Health](https://phpackages.com/badges/vjroby-laravel-nonce/health.svg)](https://phpackages.com/packages/vjroby-laravel-nonce)
```

###  Alternatives

[pusher/pusher-http-laravel

\[DEPRECATED\] A Pusher bridge for Laravel

400509.0k3](/packages/pusher-pusher-http-laravel)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[dragon-code/laravel-http-logger

Logging incoming HTTP requests

319.8k3](/packages/dragon-code-laravel-http-logger)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)[highsidelabs/laravel-spapi

A Laravel wrapper for Amazon's Selling Partner API (via jlevers/selling-partner-api)

2133.4k](/packages/highsidelabs-laravel-spapi)[rap2hpoutre/jacky

Opinionated REST JSON HTTP API client for laravel

174.4k](/packages/rap2hpoutre-jacky)

PHPackages © 2026

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