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 today

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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

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

3929d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3692749?v=4)[Robert Gabriel Dinu](/maintainers/vjroby)[@vjroby](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58170.4k13](/packages/api-platform-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M188](/packages/laravel-ai)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M1](/packages/glushkovds-phpclickhouse-laravel)[highsidelabs/laravel-spapi

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

2542.1k1](/packages/highsidelabs-laravel-spapi)

PHPackages © 2026

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