PHPackages                             perezlabs/wp-nonce-wrapper-class - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. perezlabs/wp-nonce-wrapper-class

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

perezlabs/wp-nonce-wrapper-class
================================

A package that provides the functionality of working with WordPress Nonces in an object orientated way.

091PHP

Since Feb 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/perezlabs/wp-nonce-wrapper-class)[ Packagist](https://packagist.org/packages/perezlabs/wp-nonce-wrapper-class)[ RSS](/packages/perezlabs-wp-nonce-wrapper-class/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

WordPress Nonce Wrapper Class
=============================

[](#wordpress-nonce-wrapper-class)

This class provides the functionality of working with WordPress Nonces in an object orientated way.

Table of contents:

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4
- WordPress &gt;= 3.5

Installation
------------

[](#installation)

You can install this class via command-line or drag it into the root of your plugin directory.

### via Command-line

[](#via-command-line)

Using [Composer](https://getcomposer.org/), add Nonce Wrapper Class to your plugin's dependencies.

```
composer require perezlabs/wp-nonce-wrapper-class:dev-master
```

### Another way

[](#another-way)

1. Download the [latest zip](https://github.com/perezlabs/wp-nonce-wrapper-class/archive/master.zip) of this repo.
2. Unzip the master.zip file.
3. Drag it into the root of your plugin directory.
4. Happy coding :)!

Usage
-----

[](#usage)

Setup the minimum required thigs:

```
