PHPackages                             rhamoudi/inpsyde - 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. rhamoudi/inpsyde

ActiveLibrary

rhamoudi/inpsyde
================

A composer package, which serves the functionality working with WordPress Nonce.

141PHP

Since Jun 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rhamoudi/inpsyde)[ Packagist](https://packagist.org/packages/rhamoudi/inpsyde)[ RSS](/packages/rhamoudi-inpsyde/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

inpsyde
=======

[](#inpsyde)

---

A composer package, which serves the functionality working with WordPress Nonce

- [Installation](#installation)
- [Requirements](#requirements)
- [Quick start and examples](#quick-start-and-examples)
- [Available Methods](#available-methods)

---

### Installation with composer

[](#installation-with-composer)

This SDK uses composer.

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

For more information on how to use/install composer, please visit:

To install the package into your project, simply

```
$ composer require rhamoudi/inpsyde

```

### Requirements

[](#requirements)

Php versions 7.0 and newer.

### Quick start and examples

[](#quick-start-and-examples)

```
$context = new WPNonceContext;
$nonce_value = $context->createNonce('test_nonce');
```

Available Methods
=================

[](#available-methods)

```
$context = new WPNonceContext;

$context->createNonce('test_nonce1')
    ->changeAction('test_nonce')
    ->changeErrors(true)
    ->errorMessage('Your WordPress Nonce is not valid');
```

### Get Action

[](#get-action)

```
    ->action();
```

### Get Errors

[](#get-errors)

```
    ->errors();
```

### Get ErrorMessage

[](#get-errormessage)

```
    ->errorMessage();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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/e458300b45edd368af04d30a53f882fee090b299ad3e82b45615a1008cf952bc?d=identicon)[rhamoudi](/maintainers/rhamoudi)

---

Top Contributors

[![rhamoudi](https://avatars.githubusercontent.com/u/2647750?v=4)](https://github.com/rhamoudi "rhamoudi (2 commits)")

### Embed Badge

![Health badge](/badges/rhamoudi-inpsyde/health.svg)

```
[![Health](https://phpackages.com/badges/rhamoudi-inpsyde/health.svg)](https://phpackages.com/packages/rhamoudi-inpsyde)
```

PHPackages © 2026

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